Skip to content

Commit 565262a

Browse files
jnothmanqinhanmin2014
authored andcommitted
BLD PyPy needs joblib (scikit-learn#12629)
1 parent 18d38ee commit 565262a

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
@@ -19,7 +19,7 @@ python --version
1919
which python
2020

2121
pip install --extra-index https://antocuni.github.io/pypy-wheels/ubuntu numpy Cython pytest
22-
pip install "scipy>=1.1.0" sphinx numpydoc docutils
22+
pip install "scipy>=1.1.0" sphinx numpydoc docutils joblib
2323

2424
ccache -M 512M
2525
export CCACHE_COMPRESS=1

0 commit comments

Comments
 (0)