From edb15aeb1985aa37519b9a6ccd1f5793ceb8952b Mon Sep 17 00:00:00 2001 From: Parker Norton Date: Mon, 21 Oct 2024 10:41:44 -0600 Subject: [PATCH] add HDF5 --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index 61c441c..7f91809 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,7 @@ dependencies = ["cartopy", "dask", "fsspec", "geopandas", + "hdf5", "matplotlib", "netCDF4", "networkx>=2",