Skip to content

Commit 5a600e1

Browse files
Restore netcdf4 to pyproject dependencies list (#142)
This change restores the 'netcdf4' package to the list of dependencies in the pyproject.toml file. This corrects and error introduced in PR #132 when 'netcdf4' was replaced with 'h5netcdf'. Subsequent testing in that PR revealed that we presently can only use 'h5netcdf' for dataset reading and must continue to use 'netcdf4' for dataset writing. So, both packages are dependencies.
1 parent 4efb918 commit 5a600e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: pyproject.toml

+1
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ dependencies = [
4545
"dask",
4646
"flox",
4747
"h5netcdf",
48+
"netcdf4",
4849
"pyyaml",
4950
"rich",
5051
"structlog",

0 commit comments

Comments
 (0)