8000 MAINT Fix PyPy CI with numpy 1.15 (#13018) · scikit-learn/scikit-learn@3cb0b3b · GitHub
[go: up one dir, main page]

Skip to content

Commit 3cb0b3b

Browse files
authored
MAINT Fix PyPy CI with numpy 1.15 (#13018)
1 parent ce9dedb commit 3cb0b3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build_tools/circle/build_test_pypy.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ which python
2121
# XXX: numpy version pinning can be reverted once PyPy
2222
# compatibility is resolved for numpy v1.6.x. For instance,
2323
# when PyPy3 >6.0 is released (see numpy/numpy#12740)
24-
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.5.*" Cython pytest
24+
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.15.*" Cython pytest
2525
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
2626

2727
ccache -M 512M

0 commit comments

Comments
 (0)
0