Skip to content

Commit 66bc671

Browse files
Backport PR #37144 on branch 1.1.x: BLD: update build requirement for py39 #37135 (#37189)
Co-authored-by: Fangchen Li <[email protected]>
1 parent c202736 commit 66bc671

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
@@ -7,10 +7,11 @@ requires = [
77
"Cython>=0.29.21,<3", # Note: sync with setup.py
88
"numpy==1.15.4; python_version=='3.6' and platform_system!='AIX'",
99
"numpy==1.15.4; python_version=='3.7' and platform_system!='AIX'",
10-
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
10+
"numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
1111
"numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'",
1212
"numpy==1.16.0; python_version=='3.7' and platform_system=='AIX'",
13-
"numpy==1.17.3; python_version>='3.8' and platform_system=='AIX'",
13+
"numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
14+
"numpy; python_version>='3.9'",
1415
]
1516

1617
[tool.black]

0 commit comments

Comments
 (0)