diff options
Diffstat (limited to 'stsci/meta.yaml')
-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 |