File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ install:
3131 - conda create -n testenv --yes python=%PYTHON_VERSION% pip
3232 - activate testenv
3333 - conda install scipy numpy -y -q
34- - conda install scikit-learn joblib -y -q
34+ - conda install scikit-learn -y -q
3535 - conda install %OPTIONAL_DEP% -y -q
3636 - conda install pytest pytest-cov -y -q
3737 - pip install codecov
Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ conda create -n $CONDA_ENV_NAME --yes --quiet python=3.6
9292source activate $CONDA_ENV_NAME
9393
9494conda install --yes pip numpy scipy pillow matplotlib sphinx \
95- sphinx_rtd_theme numpydoc pandas keras joblib
95+ sphinx_rtd_theme numpydoc pandas keras
9696pip install --pre scikit-learn
9797pip install -U git+https://github.com/sphinx-gallery/sphinx-gallery.git
9898
Original file line number Diff line number Diff line change @@ -39,7 +39,6 @@ if [[ "$DISTRIB" == "conda" ]]; then
3939 conda create -n testenv --yes python=$PYTHON_VERSION pip
4040 source activate testenv
4141 conda install --yes numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION
42- conda install --yes joblib
4342
4443 if [[ $PYTHON_VERSION == " 3.6" ]]; then
4544 # Tensorflow is not available in Python 3.7 yet.
@@ -68,7 +67,7 @@ elif [[ "$DISTRIB" == "ubuntu" ]]; then
6867 virtualenv --system-site-packages --python=python3 testvenv
6968 source testvenv/bin/activate
7069
71- pip3 install scikit-learn joblib
70+ pip3 install scikit-learn
7271 pip3 install pandas keras tensorflow
7372 pip3 install pytest pytest-cov codecov sphinx numpydoc
7473
You can’t perform that action at this time.
0 commit comments