From 7c1e2fdf0c526652bc160a865e15929182193c27 Mon Sep 17 00:00:00 2001 From: Ivan Usov Date: Mon, 1 Mar 2021 14:38:35 +0100 Subject: [PATCH] Bump to python/3.7 Add mpi4py dep --- conda-recipe/meta.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/conda-recipe/meta.yaml b/conda-recipe/meta.yaml index bc4e2dc..6e7fab4 100644 --- a/conda-recipe/meta.yaml +++ b/conda-recipe/meta.yaml @@ -15,10 +15,10 @@ build: requirements: build: - - python >=3.6 + - python >=3.7 - setuptools run: - - python >=3.6 + - python >=3.7 - numpy - scipy - h5py @@ -26,6 +26,7 @@ requirements: - matplotlib - numba - lmfit + - mpi4py # is needed for spind - uncertainties