8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 84b03b2 commit c978730Copy full SHA for c978730
pyproject.toml
@@ -4,7 +4,8 @@ requires = [
4
"setuptools",
5
"wheel",
6
"Cython>=0.28.5",
7
- "numpy==1.13.3; python_version=='3.6' and platform_system!='AIX'",
+ "numpy==1.13.3; python_version=='3.6' and platform_system!='AIX' and platform_python_implementation == 'CPython'",
8
+ "numpy==1.14.0; python_version=='3.6' and platform_system!='AIX' and platform_python_implementation != 'CPython'",
9
"numpy==1.14.5; python_version=='3.7' and platform_system!='AIX'",
10
"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'",
0 commit comments