Skip to content

Commit 2f67f5b

Browse files
committed
Changed numpy versioning.
1 parent 5dd75b4 commit 2f67f5b

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

pyproject.toml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
[build-system]
2-
requires = ["setuptools", "wheel", "oldest-supported-numpy", "Cython<3.0"]
2+
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'"]
38
build-backend = "setuptools.build_meta"
49

510
[tool.cibuildwheel]

0 commit comments

Comments
 (0)