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