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 29832cd commit 4269197Copy full SHA for 4269197
build_tools/travis/install.sh
@@ -24,11 +24,15 @@ popd
24
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 scikit-learn=$SKLEARN_VERSION \
29
- libgfortran nomkl flake8
+conda create -n testenv --yes python=$PYTHON_VERSION pip nose mkl
+ # numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION scikit-learn=$SKLEARN_VERSION \
+ # libgfortran nomkl
30
source activate testenv
31
32
+conda install --yes openblas blas numpy=$NUMPY_VERSION scipy=$SCIPY_VERSION \
33
+ scikit-learn -c conda-forge
34
+
35
36
# Install nose-timer via pip
37
pip install nose-timer
38
0 commit comments