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-data-analysis/meta.yaml | |
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-data-analysis/meta.yaml')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index dec5344..e0ff766 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '2.1.1' %} +{% set version = '2.2.0' %} {% set number = '0' %} about: @@ -25,7 +25,6 @@ requirements: - astroimtools >=0.1.1 - cubeviz >=0.0.2 - glueviz >=0.12.0 - - glue-ginga >=0.2 - glue-vispy-viewers >=0.9 - gwcs >=0.8.0 - mosviz >=0.1.1 |