We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60115ae commit 850cecaCopy full SHA for 850ceca
pyproject.toml
@@ -2,7 +2,6 @@
2
requires = [
3
"setuptools",
4
"cython>=0.25",
5
- "numpy>=1.15.0; python_version < '3.9'",
6
- "numpy>=1.25.0; python_version >= '3.9'",
+ "numpy>=2.0.0,<3.0.0"
7
]
8
build-backend = "setuptools.build_meta"
0 commit comments