diff options
author | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-11-26 19:41:26 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-11-26 19:41:26 -0500 |
commit | 98956c4cecf04e8ae3695e9d03fcba3e29f5d95e (patch) | |
tree | 97790a6c188f0a2979147ecc021ba0e7e34c8771 /stsci-hst/meta.yaml | |
parent | 5ca789a3e7253893243637cb542c80de1798bf87 (diff) | |
download | astroconda-dev-98956c4cecf04e8ae3695e9d03fcba3e29f5d95e.tar.gz |
Fix py37 package resolution failures (#168)
* Remove totally deprecated dependencies
* Future: If recipe no longer exists... remove from metapackage
Diffstat (limited to 'stsci-hst/meta.yaml')
-rw-r--r-- | stsci-hst/meta.yaml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/stsci-hst/meta.yaml b/stsci-hst/meta.yaml index 9f02079..3619f7d 100644 --- a/stsci-hst/meta.yaml +++ b/stsci-hst/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'stsci-hst' %} {% set version = '0.0.0.dev0' %} -{% set number = '4' %} +{% set number = '5' %} about: home: http://www.stsci.edu @@ -37,11 +37,9 @@ requirements: - stsci.imagemanip >=*0.0* - stsci.imagestats >=*0.0* - stsci.ndimage >=*0.0* - - stsci.numdisplay >=*0.0* - stsci.sphinxext >=*0.0* - stsci.stimage >=*0.0* - stsci.skypac >=*0.0* - - stsci.sphere >=*0.0* - stsci.tools >=*0.0* - stwcs >=*0.0* - wfpc2tools >=*0.0* |