We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c202736 commit 66bc671Copy full SHA for 66bc671
pyproject.toml
@@ -7,10 +7,11 @@ requires = [
7
"Cython>=0.29.21,<3", # Note: sync with setup.py
8
"numpy==1.15.4; python_version=='3.6' and platform_system!='AIX'",
9
"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'",
+ "numpy==1.17.3; python_version=='3.8' and platform_system!='AIX'",
11
"numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'",
12
"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'",
+ "numpy==1.17.3; python_version=='3.8' and platform_system=='AIX'",
14
+ "numpy; python_version>='3.9'",
15
]
16
17
[tool.black]
0 commit comments