From d96bfe4aa351ae443f7ab264672666b76a76c424 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 9 Jul 2018 11:55:03 +0100 Subject: [PATCH] Removed explicit dependency on mkl 2018.0.0. --- conda_env.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 37936e8a..e61979a6 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -9,13 +9,12 @@ dependencies: - h5py - jupyter - matplotlib -- mkl=2018.0.0 - numpy - psutil - scipy - pip: - mpi4py -# - pycuda +# - pycuda - terminaltables - tqdm