Adjust conda but not done yet

This commit is contained in:
Guilhem Lavaux 2021-06-20 07:56:01 +02:00
parent f3e05ad903
commit 17d4f4429c
2 changed files with 11 additions and 7 deletions

View File

@ -1,8 +1,11 @@
python:
- 3.7
- 3.8
- 3.9
numpy:
- 1.11
- 1.19
- 1.20
gsl:
- 2.4
pin_run_as_build:
gsl: x.x

View File

@ -8,17 +8,17 @@ source:
requirements:
build:
- numpy >=1.11
- numpy {{ numpy }}
- {{ compiler('c') }}
- {{ compiler('cxx') }}
- python
- python {{ python }}
- setuptools
- cython
- healpy
- numexpr
- cffi
- pyfftw
- gsl
- gsl {{ gsl }}
- h5py
host:
@ -30,6 +30,7 @@ requirements:
- pyfftw
- gsl
- h5py
- numpy
run:
- numpy