summaryrefslogtreecommitdiff
path: root/stsci/meta.yaml
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-11-26 18:08:09 -0500
committerGitHub <noreply@github.com>2018-11-26 18:08:09 -0500
commit710abc474e541bf32f1105f32b536f2299d5397d (patch)
treedd945d90157c05cc969e79aa157e9e1f5bc358b9 /stsci/meta.yaml
parentaded822fd4641cf6626f805cc5b28a9316478fd6 (diff)
downloadastroconda-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/meta.yaml')
-rw-r--r--stsci/meta.yaml11
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