Skip to content

Commit 4269197

Browse files
author
Guillaume Lemaitre
committed
trying to use conda-forge
1 parent 29832cd commit 4269197

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

build_tools/travis/install.sh

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,15 @@ popd
2424

2525
# Configure the conda environment and put it in the path using the
2626
# provided versions
27-
conda create -n testenv --yes python=$PYTHON_VERSION pip nose \
28-
numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION scikit-learn=$SKLEARN_VERSION \
29-
libgfortran nomkl flake8
27+
conda create -n testenv --yes python=$PYTHON_VERSION pip nose mkl
28+
# numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION scikit-learn=$SKLEARN_VERSION \
29+
# libgfortran nomkl
3030
source activate testenv
3131

32+
conda install --yes openblas blas numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
33+
scikit-learn -c conda-forge
34+
35+
3236
# Install nose-timer via pip
3337
pip install nose-timer
3438

0 commit comments

Comments
 (0)