We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5dd75b4 commit 2f67f5bCopy full SHA for 2f67f5b
1 file changed
pyproject.toml
@@ -1,5 +1,10 @@
1
[build-system]
2
-requires = ["setuptools", "wheel", "oldest-supported-numpy", "Cython<3.0"]
+requires = [
3
+ "setuptools",
4
+ "wheel",
5
+ "Cython<3.0",
6
+ "oldest-supported-numpy; python_version<'3.12'",
7
+ "numpy>=1.26.0b1; python_version>='3.12'"]
8
build-backend = "setuptools.build_meta"
9
10
[tool.cibuildwheel]
0 commit comments