diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-07-06 16:12:32 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-06 16:12:32 -0400 |
commit | a7850a80e0f6f9f4ad39929ad57269071b8ad33e (patch) | |
tree | fcc860880ac56963a1534b689075dabbfd36e0ec /stsci-data-analysis/meta.yaml | |
parent | 6c2240a46b47c56667bd6d34066640e0864ccd15 (diff) | |
download | astroconda-contrib-a7850a80e0f6f9f4ad39929ad57269071b8ad33e.tar.gz |
HSTDP 2017.2 (#234)release_3.0.0
HSTDP 2017.2
Diffstat (limited to 'stsci-data-analysis/meta.yaml')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index cadcc46..50e6ac9 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.1' %} +{% set version = '2.0.2' %} {% set number = '0' %} about: @@ -16,11 +16,11 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=1.3 - astroimtools >=0.1 - stginga >=0.1 - specviz >=0.2.3 - - mosviz + #- mosviz - photutils >=0.2.2 - glueviz >=0.9.0 - imexam >=0.6.2 @@ -28,11 +28,11 @@ requirements: - numpy - python x.x run: - - astropy >=1.1 + - astropy >=1.3 - astroimtools >=0.1 - stginga >=0.1 - specviz >=0.2.3 - - mosviz + #- mosviz - photutils >=0.2.2 - glueviz >=0.9.0 - imexam >=0.6.2 |