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.
2 parents 0e09150 + a0cb1d0 commit 63966feCopy full SHA for 63966fe
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