Skip to content

Commit b647a93

Browse files
authored
chore: add netcdf4 and h5netcdf to environment.yml (#285)
1 parent bbe6bd7 commit b647a93

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

environment.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@ dependencies:
99
- pandas>=2.0.0
1010
- xarray>=2023.4.0
1111
- scipy>=1.11.0
12+
- netcdf4
13+
- h5netcdf
1214
- verde
1315
- pooch
1416
- rioxarray

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dynamic = ["version"]
3333
dependencies = [
3434
"numpy>=1.25.0",
3535
"pandas>=2.0.0",
36-
"xarray[io]>=2023.4.0", # includes netCDF4, h5netcdf, scipy, pydap, zarr, fsspec, cftime, rasterio, cfgrib, pooch
36+
"xarray[io]>=2023.4.0", # includes netCDF4, h5netcdf, pydap, scipy, zarr, fsspec, cftime, cfgrib, pooch
3737
"scipy>=1.11.0",
3838
"verde",
3939
"pooch",

0 commit comments

Comments
 (0)