diff options
author | Justin Ely <ely@stsci.edu> | 2016-10-28 16:50:05 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-10-28 16:50:05 -0400 |
commit | 8fac7c6fd9e066edfa00fb8e9ccfe3e1fbd849bb (patch) | |
tree | 2f8874a83b0c2978b7313815df105b62d6ac0f36 /stsci-data-analysis | |
parent | 57e05c1c636275be78a974beb54b97a17e5f4b38 (diff) | |
download | astroconda-contrib-8fac7c6fd9e066edfa00fb8e9ccfe3e1fbd849bb.tar.gz |
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
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 18 |
1 files changed, 10 insertions, 8 deletions
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 |