From 5315b254c13b67a4fce5e64a4832a74bbb344b82 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 25 Oct 2018 17:13:19 +0100 Subject: [PATCH] Updated environment to handle problem with Python 3.6.7 and 3.7.* and mkl > 2018.0.0 --- conda_env.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 8b15adb5..39c67443 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -3,18 +3,19 @@ name: gprMax dependencies: -- python=3.6.* +- python=3.6.6 - colorama - cython - h5py - jupyter - matplotlib +- mkl=2018.0.0 - numpy - psutil - scipy - pip: - mpi4py -# - pycuda + # - pycuda - terminaltables - tqdm