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 2d9c045 commit 6ed7068Copy full SHA for 6ed7068
pyproject.toml
@@ -1,5 +1,7 @@
1
[build-system]
2
-requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython", "numpy>=2.0,<3"]
+requires = ["setuptools>=64", "wheel", "setuptools_scm>=8", "cython",
3
+ "oldest-supported-numpy; python_version<='3.8'",
4
+ "numpy>=2.0,<3; python_version>'3.8'"]
5
build-backend = "setuptools.build_meta"
6
7
[tool.setuptools_scm]
0 commit comments