From 51984f448fbda4d7a39ec17579d0750d56976883 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Tue, 23 Aug 2016 11:08:06 +0100 Subject: [PATCH] mpi4py must be installed via pip rather than conda for now, as the conda install of mpi4py and openmpi for Mac OS X is currently broken. --- conda_env.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conda_env.yml b/conda_env.yml index 7dbdeffa..2356a576 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -10,11 +10,11 @@ dependencies: - jupyter - lxml - matplotlib -- mpi4py - numpy - psutil - scipy - pip: + - mpi4py - terminaltables - tqdm \ No newline at end of file