8000 pyproject.toml: Update numpy dependency on PyPy to 1.14.0 (#17215) · scikit-learn/scikit-learn@85d24b3 · GitHub
[go: up one dir, main page]

Skip to content 10000

Commit 85d24b3

Browse files
authored
pyproject.toml: Update numpy dependency on PyPy to 1.14.0 (#17215)
1 parent 7117a63 commit 85d24b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ requires = [
44
"setuptools",
55
"wheel",
66
"Cython>=0.28.5",
7-
"numpy==1.13.3; python_version=='3.6' and platform_system!='AIX'",
7+
"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'",
89
"numpy==1.14.5; python_version=='3.7' and platform_system!='AIX'",
910
"numpy==1.17.3; python_version>='3.8' and platform_system!='AIX'",
1011
"numpy==1.16.0; python_version=='3.6' and platform_system=='AIX'",

0 commit comments

Comments
 (0)
0