Skip to content

Commit

Permalink
bump minimal numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Aug 29, 2024
1 parent 39b7634 commit 726de97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ networkx = "^3"

dask = { version = "^2024", optional = true }
distributed = { version = "^2024", optional = true }
numpy = ">=1.19,<3.0"
numpy = ">=1.24,<3.0"


[tool.poetry.group.tests.dependencies]
Expand Down

0 comments on commit 726de97

Please sign in to comment.