summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-26 19:41:26 -0500
committerGitHub <noreply@github.com>2018-11-26 19:41:26 -0500
commit98956c4cecf04e8ae3695e9d03fcba3e29f5d95e (patch)
tree97790a6c188f0a2979147ecc021ba0e7e34c8771
parent5ca789a3e7253893243637cb542c80de1798bf87 (diff)
downloadastroconda-dev-98956c4cecf04e8ae3695e9d03fcba3e29f5d95e.tar.gz
Fix py37 package resolution failures (#168)
* Remove totally deprecated dependencies * Future: If recipe no longer exists... remove from metapackage
-rw-r--r--stsci-data-analysis/meta.yaml2
-rw-r--r--stsci-hst/meta.yaml4
-rw-r--r--stsci/meta.yaml2
3 files changed, 3 insertions, 5 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml
index 61cc5ab..c2d6706 100644
--- a/stsci-data-analysis/meta.yaml
+++ b/stsci-data-analysis/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci-data-analysis' %}
{% set version = '0.0.0.dev0' %}
-{% set number = '5' %}
+{% set number = '6' %}
about:
home: http://stsci.edu
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*
diff --git a/stsci/meta.yaml b/stsci/meta.yaml
index b39390c..224b470 100644
--- a/stsci/meta.yaml
+++ b/stsci/meta.yaml
@@ -1,6 +1,6 @@
{% set name = 'stsci' %}
{% set version = '0.0.0.dev0' %}
-{% set number = '5' %}
+{% set number = '6' %}
about:
home: http://stsci.edu