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 | |
parent | 6c2240a46b47c56667bd6d34066640e0864ccd15 (diff) | |
download | astroconda-contrib-a7850a80e0f6f9f4ad39929ad57269071b8ad33e.tar.gz |
HSTDP 2017.2 (#234)release_3.0.0
HSTDP 2017.2
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index e0f0d25..6003ee5 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci' %} -{% set version = '2.0.0' %} +{% set version = '3.0.0' %} {% set number = '0' %} about: @@ -16,9 +16,9 @@ package: requirements: build: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 @@ -30,9 +30,9 @@ requirements: - numpy - python x.x run: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 |