Skip to content

Commit

Permalink
Adapt to released numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
vasole authored Jun 23, 2024
1 parent 6f8e542 commit 322be7f
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 @@ -3,7 +3,7 @@ requires = [
"setuptools",
"wheel",
"oldest-supported-numpy; python_version< '3.9'",
"numpy == 2.0.0rc2; python_version >= '3.9'",
"numpy >= 2.0.0; python_version >= '3.9'",
"Cython"
]
build-backend = "setuptools.build_meta"

0 comments on commit 322be7f

Please sign in to comment.