diff options
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index 850c436..e10fce6 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci' %} {% set version = '0.0.0.dev0' %} -{% set number = '3' %} +{% set number = '4' %} about: home: http://stsci.edu @@ -15,15 +15,19 @@ package: version: {{ version }} requirements: + build: + - numpy {{ numpy }} + - python {{ python }} + run: - - stsci-hst - - stsci-data-analysis - - astropy - - cfitsio - - ds9 - - fftw - - htc_utils - - pyds9 - - pyfftw - - numpy - - python + - stsci-hst + - stsci-data-analysis + - astropy + - cfitsio + - ds9 + - fftw + - htc_utils + - pyds9 + - pyfftw + - numpy + - python |