Skip to content

Commit 77699db

Browse files
committed
joblib also needs to be solved by conda and not pip.
1 parent e71d94b commit 77699db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci_scripts/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ popd
2525
# Configure the conda environment and put it in the path using the
2626
# provided versions
2727
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28-
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION scikit-learn matplotlib pandas networkx
28+
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION scikit-learn joblib matplotlib pandas networkx
2929

3030
source activate testenv
3131

0 commit comments

Comments
 (0)