diff options
Diffstat (limited to 'stsci-data-analysis/meta.yaml')
-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 |