From 1a6c3ea85c030eefd53494c1301f3ca553eddadf Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Thu, 26 Jul 2018 17:28:27 +0100 Subject: [PATCH] Pinned Python to 3.6.* series as Python 3.7 is not currently compatible with the pycuda package. --- conda_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_env.yml b/conda_env.yml index e61979a6..8b15adb5 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -3,7 +3,7 @@ name: gprMax dependencies: -- python>=3.4 +- python=3.6.* - colorama - cython - h5py