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: python:
- 3.7
- 3.8 - 3.8
- 3.9
numpy: numpy:
- 1.11 - 1.20
- 1.19
gsl:
- 2.4
pin_run_as_build:
gsl: x.x

View File

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