Skip to content

Commit

Permalink
joblib also needs to be solved by conda and not pip.
Browse files Browse the repository at this point in the history
  • Loading branch information
neontty committed Jun 6, 2020
1 parent e71d94b commit 77699db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci_scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ popd
# Configure the conda environment and put it in the path using the
# provided versions
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION scikit-learn matplotlib pandas networkx
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION scikit-learn joblib matplotlib pandas networkx

source activate testenv

Expand Down

0 comments on commit 77699db

Please sign in to comment.