Skip to content

Commit 58dcafa

Browse files
authored
BLD: update build requirement for py39 #37135 (#37144)
1 parent 9140647 commit 58dcafa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

pyproject.toml

+3-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ requires = [
66
"wheel",
77
"Cython>=0.29.21,<3", # Note: sync with setup.py
88
"numpy==1.16.5; python_version=='3.7' and platform_system!='AIX'",
9-
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
9+
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
1010
"numpy==1.16.5; python_version=='3.7' and platform_system=='AIX'",
11-
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
11+
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
12+
"numpy; python_version>='3.9'",
1213
]
1314

1415
[tool.black]

0 commit comments

Comments
 (0)