Skip to content

Commit

Permalink
Increase version of numpy again
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Li <[email protected]>
  • Loading branch information
adam2392 committed Oct 31, 2023
1 parent a979d4d commit f42dbe8
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 @@ -37,7 +37,7 @@ exclude = ['*tests']

[tool.poetry.dependencies]
python = ">=3.9,<3.12"
numpy = "^1.22.4"
numpy = "^1.23.0"
scipy = "^1.8.0"
networkx = "^3.1"
importlib-resources = { version = "*", python = "<3.10" }
Expand Down

0 comments on commit f42dbe8

Please sign in to comment.