We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f407de8 commit ee349e8Copy full SHA for ee349e8
pyproject.toml
@@ -77,7 +77,7 @@ requires = [
77
"setuptools",
78
"cython>=3",
79
# Newer than NEP29-minimum: compile against oldest numpy available
80
- "numpy>=1.25; python_version > '3.8'",
+ "numpy>=1.22; python_version > '3.8'",
81
# NEP29-minimum as of Sep 21, 2023
82
"numpy==1.22; python_version >= '3.7' and python_version < '3.9'",
83
]
0 commit comments