Skip to content

Commit 63966fe

Browse files
authored
Merge pull request #54 from embotech/p-numpy-2-compatible
Updates build-requires for NumPy 2.0
2 parents 0e09150 + a0cb1d0 commit 63966fe

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,7 @@
11
[build-system]
2-
requires = ["wheel", "setuptools", "oldest-supported-numpy"]
2+
requires = [
3+
"numpy >= 2.0.0; python_version > '3.8'",
4+
"oldest-supported-numpy; python_version <= '3.8'",
5+
"wheel",
6+
"setuptools"
7+
]

0 commit comments

Comments
 (0)