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 493d281 commit 2edbe6cCopy full SHA for 2edbe6c
scripts/create_testenv.sh
@@ -23,7 +23,7 @@ then
23
source activate testenv
24
fi
25
26
-conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib coverage
+conda install --yes pyqt=4.11.4 jupyter pyzmq numpy scipy nose matplotlib pandas Cython patsy statsmodels joblib coverage mkl-service
27
if [ ${PYTHON_VERSION} == "2.7" ]; then
28
conda install --yes mock enum34;
29
0 commit comments