Skip to content

Commit

Permalink
use h5netcdf instead of xarray io
Browse files Browse the repository at this point in the history
  • Loading branch information
SarahAlidoost committed Dec 10, 2024
1 parent ddef620 commit 0d05eb1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,14 @@ classifiers = [
"Programming Language :: Python :: 3.11",
]
dependencies = [
"h5netcdf", # see issue 65
"requests",
"pyyaml",
"netcdf4",
"numpy",
"pandas",
"matplotlib",
"xarray[io]",
"xarray",
"scipy", # required for xarray.interpolate
"rioxarray", # required for TIFF files
"tqdm",
Expand Down

0 comments on commit 0d05eb1

Please sign in to comment.