diff options
| author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-12-22 14:35:27 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-12-22 14:35:27 -0500 | 
| commit | 8e45390ec7376d99c46e49e48ee3af0e142ba671 (patch) | |
| tree | fd483d76dd9d069e68d0b8d002fe790fe744951a /stsci-data-analysis | |
| parent | 9fe77b5a5fd60900291b5ec41bd92a18012dc623 (diff) | |
| download | astroconda-contrib-8e45390ec7376d99c46e49e48ee3af0e142ba671.tar.gz | |
DA-4: Bump version and floor values (#294)
Diffstat (limited to 'stsci-data-analysis')
| -rw-r--r-- | stsci-data-analysis/meta.yaml | 40 | 
1 files changed, 17 insertions, 23 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 50e6ac9..8f46f65 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'stsci-data-analysis' %} -{% set version = '2.0.2' %} +{% set version = '2.1.0' %}  {% set number = '0' %}  about: @@ -15,27 +15,21 @@ package:      version: {{ version }}  requirements: -    build: -    - astropy >=1.3 -    - astroimtools >=0.1 -    - stginga >=0.1 -    - specviz >=0.2.3 -    #- mosviz -    - photutils >=0.2.2 -    - glueviz >=0.9.0 -    - imexam >=0.6.2 -    - asdf >=1.0.2 -    - numpy -    - python x.x      run: -    - astropy >=1.3 -    - astroimtools >=0.1 -    - stginga >=0.1 -    - specviz >=0.2.3 -    #- mosviz -    - photutils >=0.2.2 -    - glueviz >=0.9.0 -    - imexam >=0.6.2 -    - asdf >=1.0.2 +    - 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 x.x +    - python  | 
