Skip to content

Commit

Permalink
Merge pull request #61 from astrofrog/numpy-2.0-compat
Browse files Browse the repository at this point in the history
Build against Numpy 2.0.0rc1 for Python>=3.9
  • Loading branch information
astrofrog committed Apr 16, 2024
2 parents d425334 + 871a382 commit 623cd96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
requires = ["setuptools",
"setuptools_scm",
"oldest-supported-numpy;python_version<'3.9'",
"numpy>=1.25,<2;python_version>='3.9'",
"wheel"]
"numpy>=2.0.0rc1;python_version>='3.9'"]
build-backend = 'setuptools.build_meta'

[tool.cibuildwheel]
Expand Down

0 comments on commit 623cd96

Please sign in to comment.