Skip to content
Snippets Groups Projects
Commit c57c218d authored by Amir Mohammadi's avatar Amir Mohammadi
Browse files

don't remove mkl

parent dfaacb3f
No related branches found
No related tags found
1 merge request!36[install] install openblas
......@@ -82,10 +82,6 @@ ${CONDA} create --yes -n ${NAME} \
virtualenv \
vlfeat=0.9.20
# remove mkl
${CONDA} install --yes nomkl numpy=1.11.1 scipy=0.18.1 scikit-learn=0.17.1 numexpr=2.6.1
${CONDA} remove --yes mkl mkl-service
echo "[>>] Pip-installing extra dependencies in environment ${NAME} for ${PYTHON_VERSION}..."
source ${BASEDIR}/bin/activate ${NAME}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment