From c053822ca6d8b327654f38c1f3509cf50636b62f Mon Sep 17 00:00:00 2001 From: colin Date: Sat, 3 Dec 2016 12:30:50 -0500 Subject: [PATCH] Add mkl-service to build --- scripts/create_testenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/create_testenv.sh b/scripts/create_testenv.sh index a2937167f6..82df0889d7 100755 --- a/scripts/create_testenv.sh +++ b/scripts/create_testenv.sh @@ -23,7 +23,7 @@ then source activate testenv fi -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 if [ ${PYTHON_VERSION} == "2.7" ]; then conda install --yes mock enum34; fi