Skip to content

Commit

Permalink
update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 23, 2024
1 parent b3114b1 commit 9eea57e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,10 @@ homepage = "https://deltares.github.io/HYDROLIB-core"

[tool.poetry.dependencies]
python = "^3.8"
# exclude yanked netcdf versions 1.7.0 and 1.7.1 to avoid issues on windows
# exclude yanked netcdf versions 1.7.0 and 1.7.1 to avoid issues on windows, 1.7.2 is the first netcdf4 with python 3.12 support
netCDF4 = [
{ version = "^1.5,!=1.7.0,!=1.7.1", python = "^3.8" },
{ version = "^1.5", python = "3.8" },
{ version = "^1.5", python = "^3.9" },
{ version = "^1.7.2", python = "^3.12" }
]
# for future python 3.13 support we need to allow numpy v2 and numpy v1 is also still widely used. So no caret requirement here.
Expand Down

0 comments on commit 9eea57e

Please sign in to comment.