Skip to content

Commit ee349e8

Browse files
committed
Allow older numpy for Python >=3.9
1 parent f407de8 commit ee349e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ requires = [
7777
"setuptools",
7878
"cython>=3",
7979
# Newer than NEP29-minimum: compile against oldest numpy available
80-
"numpy>=1.25; python_version > '3.8'",
80+
"numpy>=1.22; python_version > '3.8'",
8181
# NEP29-minimum as of Sep 21, 2023
8282
"numpy==1.22; python_version >= '3.7' and python_version < '3.9'",
8383
]

0 commit comments

Comments
 (0)