From 9a8a0660253a90991aa8df57ad58177a20de0e1b Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 11 Jan 2019 11:21:29 +0000 Subject: [PATCH] Updated to allow Python 3.7.x, and to pin tqdm package to 4.28.1 as there is an issue with 4.29.0 --- conda_env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index a576b9bb..262b49a2 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -3,7 +3,7 @@ name: gprMax dependencies: -- python=3.6 +- python>3.6 - colorama - cython - h5py @@ -18,4 +18,4 @@ dependencies: - mpi4py # - pycuda - terminaltables - - tqdm + - tqdm==4.28.1