We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e09150 commit a0cb1d0Copy full SHA for a0cb1d0
pyproject.toml
@@ -1,2 +1,7 @@
1
[build-system]
2
-requires = ["wheel", "setuptools", "oldest-supported-numpy"]
+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