Skip to content

Commit 4e890c4

Browse files
authored
build: unpin netcdf4 max version (#116)
1 parent 2b1ec8b commit 4e890c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies = [
1818
"xarray",
1919
"rioxarray",
2020
"h5netcdf",
21-
"netcdf4 < 1.7.4",
21+
"netcdf4",
2222
"cfgrib",
2323
"fsspec",
2424
"s3fs",

0 commit comments

Comments
 (0)