From 17a48f6a9922942e9e2740427d425ec99c5e0947 Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Mon, 4 Mar 2019 13:01:26 +0000 Subject: [PATCH] Unpin numpy, but specify OpenBLAS dependency (rather than MKL BLAS). --- conda_env.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index 785ce521..0b2dc0a5 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -4,18 +4,18 @@ name: gprMax dependencies: - python>3.6 +- blas=*=openblas - colorama - cython - h5py - jupyter - matplotlib -# - numpy +- numpy - psutil - scipy - pip: # - mpi4py - - numpy>1.15.4 # - pycuda - terminaltables - tqdm