From 99033e33c617db6621a1f179af809e6449615399 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 26 Oct 2018 09:57:25 +0100 Subject: [PATCH] Update to use of double equals to ensure version numbers of packages. --- conda_env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 39c67443..a576b9bb 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -3,13 +3,13 @@ name: gprMax dependencies: -- python=3.6.6 +- python=3.6 - colorama - cython - h5py - jupyter - matplotlib -- mkl=2018.0.0 +- mkl==2018.0.0 - numpy - psutil - scipy