diff options
| author | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-31 22:38:05 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2016-10-31 23:41:25 -0400 | 
| commit | c0cdd52ca03dd390b4b938f3d7ea29fe4a38495a (patch) | |
| tree | 405e99706603611a6f3ce96f6dd9d40461b62752 /stsci-data-analysis | |
| parent | 1fed3f49e7e9b942e5a763de878ac71ef0e62f2e (diff) | |
| download | astroconda-dev-c0cdd52ca03dd390b4b938f3d7ea29fe4a38495a.tar.gz | |
Update recipe based on recent astroconda changesjwst_0.7.0rc2
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 +  | 
