Bump to python/3.7

Add mpi4py dep
This commit is contained in:
usov_i 2021-03-01 14:38:35 +01:00
parent b61327b5f2
commit 7c1e2fdf0c

View File

@ -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