Skip to content

Commit

Permalink
Restore netcdf4 to pyproject dependencies list
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
douglatornell committed Nov 3, 2024
1 parent 4efb918 commit 3c4bf18
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ dependencies = [
"dask",
"flox",
"h5netcdf",
"netcdf4",
"pyyaml",
"rich",
"structlog",
Expand Down

0 comments on commit 3c4bf18

Please sign in to comment.