We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5b10ed1 commit e5c482dCopy full SHA for e5c482d
pyproject.toml
@@ -1,8 +1,9 @@
1
[build-system]
2
requires = [
3
"Cython>=0.29",
4
- "oldest-supported-numpy",
5
"setuptools>=61",
+ "oldest-supported-numpy ; python_version < '3.9'",
6
+ "numpy>=2.0.0rc1,<3 ; python_version >= '3.9'",
7
]
8
build-backend = "setuptools.build_meta"
9
0 commit comments