From a7850a80e0f6f9f4ad39929ad57269071b8ad33e Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Thu, 6 Jul 2017 16:12:32 -0400 Subject: HSTDP 2017.2 (#234) HSTDP 2017.2 --- stsci/meta.yaml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'stsci') diff --git a/stsci/meta.yaml b/stsci/meta.yaml index e0f0d25..6003ee5 100644 --- a/stsci/meta.yaml +++ b/stsci/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci' %} -{% set version = '2.0.0' %} +{% set version = '3.0.0' %} {% set number = '0' %} about: @@ -16,9 +16,9 @@ package: requirements: build: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 @@ -30,9 +30,9 @@ requirements: - numpy - python x.x run: - - stsci-hst - - stsci-data-analysis - - astropy >=1.1 + - stsci-hst >=3.0.0 + - stsci-data-analysis >=2.0.2 + - astropy >=1.3 - cfitsio >=3.370 - d2to1 >=0.2.12 - ds9 >=7.1 -- cgit