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-hst | |
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-hst')
-rw-r--r-- | stsci-hst/meta.yaml | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index b644a32..94cb310 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-hst' %} -{% set version = '3.0.3' %} +{% set version = '3.1.0' %} {% set number = '0' %} about: @@ -20,9 +20,8 @@ requirements: - python {{ python }} run: - - purge_path >=1.0.0 - acstools >=2.0.8 - - astropy >=1.3 + - astropy >=2.0.0 - calcos >=3.2.1 - costools >=1.2.1 - crds >=7.1.1 @@ -40,11 +39,9 @@ requirements: - stsci.imagemanip >=1.1.2 - stsci.imagestats >=1.4.1 - stsci.ndimage >=0.10.1 - - stsci.numdisplay >=1.6.1 - stsci.sphinxext >=1.2.2 - stsci.stimage >=0.2.1 - stsci.skypac >=0.9.5 - - stsci.sphere >=0.2 - stsci.tools >=3.4.11 - stwcs >=1.3.2,<1.4.0 [py27] - stwcs >=1.3.2 [not py27] |