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 ce9dedb commit 3cb0b3bCopy full SHA for 3cb0b3b
build_tools/circle/build_test_pypy.sh
@@ -21,7 +21,7 @@ which python
21
# XXX: numpy version pinning can be reverted once PyPy
22
# compatibility is resolved for numpy v1.6.x. For instance,
23
# 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
+pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu "numpy==1.15.*" Cython pytest
25
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
26
27
ccache -M 512M
0 commit comments