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