Skip to content

Commit

Permalink
Increase numpy requirement to 1.26
Browse files Browse the repository at this point in the history
numpy 1.24 requires setuptools 59.2, which is not compatible with
python 3.12. Increase the numpy requirement to 1.26.
  • Loading branch information
amstilp committed May 22, 2024
1 parent fddf4e1 commit a044e94
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 @@ -29,7 +29,7 @@ dependencies = [
"django-extensions >= 3.1.5",
"plotly >= 5.11.0",
"networkx >= 2.8.2",
"numpy >= 1.24",
"numpy >= 1.26",
"requests",
]
dynamic = ["version"]
Expand Down

0 comments on commit a044e94

Please sign in to comment.