diff options
Diffstat (limited to 'stsci-data-analysis')
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 24 | 
1 files changed, 20 insertions, 4 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 5bcec75..8f096f2 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -2,25 +2,41 @@  {% set version = environ.get("GIT_DESCRIBE_TAG", "0.0.0")      +".dev"      +environ.get("GIT_DESCRIBE_NUMBER", "0") %} -{% set number = '0' %} +{% set number = '1' %}  about:      home: http://stsci.edu      license: BSD      summary: stsci-data-analysis meta-package +  build:      number: {{ number }} +  package:      name: {{ name }}      version: {{ version }} +  requirements: +    build: +    - astropy +    - astroimtools +    - stginga +    - specviz +    - photutils +    - glueviz +    - imexam +    - asdf +    - numpy x.x +    - python x.x      run:      - astropy -    - specview      - astroimtools -    - cube-tools      - stginga -    - asv +    - specviz +    - photutils +    - glueviz +    - imexam      - asdf      - numpy x.x      - python x.x +  | 
