Skip to content

Commit

Permalink
update minimal netcdf4 version
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Mar 3, 2025
1 parent 9b56e72 commit 370758f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ dependencies = [
"matplotlib>=3.7.0",
#pandas>=2.0.0 supports non-nanosecond timestep and therefore larger min/max range
"pandas>=2.0.0",
#netcdf4>=1.5.3 pip install succeeds in py39
"netcdf4>=1.5.3",
#netcdf4>=1.5.4 successfully pip installs in py39
"netcdf4>=1.5.4",
#pyproj>=3.1.0 is pip installable in py38
"pyproj>=3.1.0",
#requests>=2.28.0 was tested on hmc
Expand Down

0 comments on commit 370758f

Please sign in to comment.