diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-26 18:08:09 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 18:08:09 -0500 |
commit | 710abc474e541bf32f1105f32b536f2299d5397d (patch) | |
tree | dd945d90157c05cc969e79aa157e9e1f5bc358b9 /stsci | |
parent | aded822fd4641cf6626f805cc5b28a9316478fd6 (diff) | |
download | astroconda-contrib-710abc474e541bf32f1105f32b536f2299d5397d.tar.gz |
Fix py37 package resolution failures (#424)
* Remove totally deprecated dependencies
* Future: If recipe no longer exists... remove from metapackage
Diffstat (limited to 'stsci')
-rw-r--r-- | stsci/meta.yaml | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/stsci/meta.yaml b/stsci/meta.yaml index dc3746d..d35dbde 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci' %} -{% set version = '3.0.2' %} -{% set number = '1' %} +{% set version = '3.1.0' %} +{% set number = '0' %} about: home: http://ssb.stsci.edu @@ -20,15 +20,14 @@ requirements: - python {{ python }} run: - - stsci-hst >=3.0.0 - - stsci-data-analysis >=2.0.2 - - astropy >=1.3 + - stsci-hst >=3.1.0 + - stsci-data-analysis >=2.1.1 + - astropy >=2.0.0 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 - fftw >=3.3.4 - htc_utils >=0.1 - - purge_path >=1.0.0 - pyds9 >=1.8.1 - pyfftw >=0.9.2 - numpy |