Skip to content

Commit

Permalink
Update to requiring NumPy 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
PTNobel authored Sep 3, 2024
1 parent 428d5c3 commit c05d2c3
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
[build-system]
requires = [
"numpy>=1.15,<1.16; python_version=='3.7'",
"numpy>=1.17,<1.18; python_version=='3.8'",
"numpy>=1.19,<1.20; python_version=='3.9'",
"numpy>=1.21,<1.22; python_version=='3.10'",
"numpy>=1.23,<1.24; python_version=='3.11'",
"numpy>=2.0",
"scipy>=1.1.0",
"pybind11>=2.4",
"setuptools",
Expand Down

0 comments on commit c05d2c3

Please sign in to comment.