Skip to content

Commit

Permalink
loosen netcdf4 requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 10, 2024
1 parent 5337eec commit 24edfba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ homepage = "https://deltares.github.io/HYDROLIB-core"

[tool.poetry.dependencies]
python = "^3.8"
netCDF4 = "^1.5,!=1.7.*"
netCDF4 = "^1.5"
numpy = [
{ version = "^1.21", python = "^3.8" },
{ version = "^1.25", python = "^3.12" }
{ version = ">=1.21", python = "^3.8" },
{ version = "^2", python = "^3.12" }
]
pydantic = "^2.5"
lxml = "^4.6"
Expand Down

0 comments on commit 24edfba

Please sign in to comment.