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 2e100de commit 7ce60f8Copy full SHA for 7ce60f8
pyproject.toml
@@ -2,7 +2,7 @@
2
requires = [
3
"setuptools",
4
# Numpy 1.25 allows back-compiling and supports 3.9
5
- "numpy>=1.25; python_version >= '3.9'",
+ "numpy~=1.25; python_version >= '3.9' and python_version < '3.13'",
6
# Last version to support 3.6-3.8
7
"numpy==1.19; python_version > '3.0' and python_version < '3.9'",
8
# Last version to support 2.7
0 commit comments