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 e71d94b commit 77699dbCopy full SHA for 77699db
ci_scripts/install.sh
@@ -25,7 +25,7 @@ popd
25
# Configure the conda environment and put it in the path using the
26
# provided versions
27
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
+ numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION cython=$CYTHON_VERSION scikit-learn joblib matplotlib pandas networkx
29
30
source activate testenv
31
0 commit comments