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 b905339 commit d58c726Copy full SHA for d58c726
build_tools/circle/build_test_pypy.sh
@@ -22,7 +22,7 @@ which python
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.15.*" Cython pytest
25
-pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib pillow
+pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
26
27
ccache -M 512M
28
export CCACHE_COMPRESS=1
0 commit comments