Skip to content

Commit 0f7f6b5

Browse files
committed
Use conda numpy/scipy/mkl-service
1 parent d35f0e5 commit 0f7f6b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/create_testenv.sh

+1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ then
3333
source activate ${ENVNAME}
3434
fi
3535
fi
36+
conda install --yes numpy scipy mkl-service
3637

3738
pip install --upgrade pip
3839

0 commit comments

Comments
 (0)