Bump to python/3.7

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

View File

@ -15,10 +15,10 @@ build:
requirements: requirements:
build: build:
- python >=3.6 - python >=3.7
- setuptools - setuptools
run: run:
- python >=3.6 - python >=3.7
- numpy - numpy
- scipy - scipy
- h5py - h5py
@ -26,6 +26,7 @@ requirements:
- matplotlib - matplotlib
- numba - numba
- lmfit - lmfit
- mpi4py # is needed for spind
- uncertainties - uncertainties