From 8fac7c6fd9e066edfa00fb8e9ccfe3e1fbd849bb Mon Sep 17 00:00:00 2001 From: Justin Ely Date: Fri, 28 Oct 2016 16:50:05 -0400 Subject: Spec update (#80) * set cube-tools to 0.0.1 at the DA-2 release date * partial cleanup of DA metapacakge addresses #78 Removed cube-tools and specview from distribution and metapackage. added specviz, photutils, glueviz, imexam to metapackage recipe --- stsci-data-analysis/meta.yaml | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'stsci-data-analysis') diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index bc20871..154e787 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -3,28 +3,30 @@ about: license: BSD summary: stsci-data-analysis meta-package build: - number: '2' + number: '0' package: name: stsci-data-analysis - version: 1.0.0 + version: 1.1.0 requirements: build: - astropy >=1.1 - - specview >=0.1 - astroimtools >=0.1 - - cube-tools >=0.0.0 - stginga >=0.1 - - asv >=0.1.1 + - specviz + - photutils >= 0.2.2 + - glueviz >= 0.9.0 + - imexam >= 0.6.2 - asdf >=1.0.2 - numpy x.x - python x.x run: - astropy >=1.1 - - specview >=0.1 - astroimtools >=0.1 - - cube-tools >=0.0.0 - stginga >=0.1 - - asv >=0.1.1 + - specviz + - photutils >= 0.2.2 + - glueviz >= 0.9.0 + - imexam >= 0.6.2 - asdf >=1.0.2 - numpy x.x - python x.x -- cgit