diff options
Diffstat (limited to 'metapackages/stsci/meta.yaml')
| -rw-r--r-- | metapackages/stsci/meta.yaml | 32 | 
1 files changed, 32 insertions, 0 deletions
| diff --git a/metapackages/stsci/meta.yaml b/metapackages/stsci/meta.yaml new file mode 100644 index 0000000..f5a3626 --- /dev/null +++ b/metapackages/stsci/meta.yaml @@ -0,0 +1,32 @@ +{% set name = 'stsci' %} +{% set GIT_DESCRIBE_TAG if GIT_DESCRIBE_TAG is not defined '0.0.0' %} +{% set number = '0' %} + +about: +    home: http://stsci.edu +    license: BSD +    summary: stsci meta-package +build: +    number: {{ number }} +package: +    name: {{ name }} +    version: {{ version }} +requirements: +    run: +    - stsci-hst +    - stsci-data-analysis +    - astropy >=1.1 +    - cfitsio +    - ds9 +    - fftw +    - htc_utils +    - imexam +    - photutils +    - poppy +    - purge_path +    - pyds9 +    - pyfftw +    - webbpsf +    - webbpsf-data +    - numpy x.x +    - python x.x | 
