Skip to content

Commit

Permalink
Support NumPy 2
Browse files Browse the repository at this point in the history
  • Loading branch information
dofuuz committed May 18, 2024
1 parent 12bc564 commit f3f9299
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ requires = [
"wheel",
"Cython>=3.0a7",
"setuptools_scm[toml]>=6.2",
"oldest-supported-numpy"
# Note for packagers: this constraint is specific to wheels
# for PyPI; it is also supported to build against 1.xx still.
# If you do so, please ensure to include a `numpy<2.0`
# runtime requirement for those binary packages.
"numpy>=2.0.0rc1"
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit f3f9299

Please sign in to comment.