From 4d501f16f7e2d59fba4ed5ccc9c3b2d1fdc0b321 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Fri, 27 Mar 2020 16:07:48 +0000 Subject: [PATCH] Pin numpy to 1.17.4 to workaround conda bug on macOS. --- conda_env.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/conda_env.yml b/conda_env.yml index d6c2e5c7..556592de 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -9,7 +9,7 @@ dependencies: - h5py - jupyter - matplotlib -- numpy +- numpy==1.17.4 - pip - psutil - scipy @@ -17,5 +17,5 @@ dependencies: - pip: - terminaltables - tqdm -# - mpi4py -# - pycuda + - mpi4py + - pycuda