diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-14 16:14:43 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-02-14 16:14:43 -0500 | 
| commit | 86518aca3da89064eb5c6f031a0c76843adc28bf (patch) | |
| tree | b5d905b2af4b21fd0d771e2e74285371f50e1b70 /stsci-data-analysis/meta.yaml | |
| parent | 000f9fe943522e54fcfd0910711bfdbde8785e3b (diff) | |
| download | astroconda-contrib-86518aca3da89064eb5c6f031a0c76843adc28bf.tar.gz | |
Avoid python-agnostic packages (#305)
Diffstat (limited to 'stsci-data-analysis/meta.yaml')
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 42 | 
1 files changed, 23 insertions, 19 deletions
| diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 9eb8f95..ae83093 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,9 +1,9 @@  {% set name = 'stsci-data-analysis' %} -{% set version = '2.1.0' %} +{% set version = '2.1.1' %}  {% if version[0] == 'v' %}  {%   set version = version[1:] %}  {% endif %} -{% set number = '1' %} +{% set number = '0' %}  about:      home: http://ssb.stsci.edu @@ -18,21 +18,25 @@ package:      version: {{ version }}  requirements: +    build: +      - numpy {{ numpy }} +      - python {{ python }} +      run: -    - asdf >=1.3.1 -    - astropy >=2.0.0 -    - astroimtools >=0.1.1 -    - cubeviz >=0.0.2 -    - glueviz >=0.12.0 -    - glue-ginga >=0.2 -    - glue-vispy-viewers >=0.9 -    - gwcs >=0.8.0 -    - mosviz >=0.1.1 -    - photutils >=0.4 -    - imexam >=0.8.0 -    - specutils >=0.2.2 -    - specviz >=0.4.4 -    - spherical-geometry >=1.0.12 -    - stginga >=0.2.1 -    - numpy -    - python +      - asdf >=1.3.1 +      - astropy >=2.0.0 +      - astroimtools >=0.1.1 +      - cubeviz >=0.0.2 +      - glueviz >=0.12.0 +      - glue-ginga >=0.2 +      - glue-vispy-viewers >=0.9 +      - gwcs >=0.8.0 +      - mosviz >=0.1.1 +      - photutils >=0.4 +      - imexam >=0.8.0 +      - specutils >=0.2.2 +      - specviz >=0.4.4 +      - spherical-geometry >=1.0.12 +      - stginga >=0.2.1 +      - numpy +      - python | 
