From 22e08d9d6614e31db998c1bd8d6a2887a6e86aed Mon Sep 17 00:00:00 2001 From: Craig Warren Date: Fri, 26 Feb 2016 12:37:04 +0000 Subject: [PATCH] Added mpi4py package to requirements, this will give a warning under Windows. --- conda_env.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conda_env.yml b/conda_env.yml index 64fda83d..06175d7f 100644 --- a/conda_env.yml +++ b/conda_env.yml @@ -7,9 +7,11 @@ dependencies: - cython - h5py - matplotlib +- mpi4py - numpy - psutil - scipy + - pip: - pyfiglet