Skip to content

Commit

Permalink
Merge pull request #1317 from neutrinoceros/numpy2_build
Browse files Browse the repository at this point in the history
BLD: build with numpy 2.0.0rc1 (or newer) on Python >= 3.9
  • Loading branch information
jswhit authored Apr 16, 2024
2 parents c7c5f4c + 1f2b711 commit 533118f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
[build-system]
requires = [
"Cython>=0.29",
"oldest-supported-numpy",
"oldest-supported-numpy ; python_version < '3.9'",
"numpy>=2.0.0rc1 ; python_version >= '3.9'",
"setuptools>=61",
]
build-backend = "setuptools.build_meta"
Expand Down

0 comments on commit 533118f

Please sign in to comment.