Skip to content

Commit

Permalink
Merge pull request #54 from embotech/p-numpy-2-compatible
Browse files Browse the repository at this point in the history
Updates build-requires for NumPy 2.0
  • Loading branch information
phschiele authored Jun 18, 2024
2 parents 0e09150 + a0cb1d0 commit 63966fe
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
[build-system]
requires = ["wheel", "setuptools", "oldest-supported-numpy"]
requires = [
"numpy >= 2.0.0; python_version > '3.8'",
"oldest-supported-numpy; python_version <= '3.8'",
"wheel",
"setuptools"
]

0 comments on commit 63966fe

Please sign in to comment.