Skip to content

Commit

Permalink
lowered numpy and updated lockfile
Browse files Browse the repository at this point in the history
  • Loading branch information
veenstrajelmer committed Oct 10, 2024
1 parent f9d21b0 commit 0776a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ netCDF4 = [
# for future python 3.13 support we need to allow numpy v2 and numpy v1 is also still widely uses. So no caret requirement here.
numpy = [
{ version = ">=1.24", python = "3.8" },
{ version = ">=2.0", python = "^3.9" }
{ version = ">=1.25", python = "^3.9" }
]
pydantic = "^2.5"
lxml = "^4.6"
Expand Down

0 comments on commit 0776a84

Please sign in to comment.