Adjust conda but not done yet
This commit is contained in:
parent
f3e05ad903
commit
17d4f4429c
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user