diff options
author | Justin Ely <ely@stsci.edu> | 2017-01-05 13:39:12 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2017-01-05 13:39:12 -0500 |
commit | c87279ba8216b0486c757067ba3817f3b89f2aa0 (patch) | |
tree | 9f47b3c984e8420b974fe126bf188393b8a3c3b3 /stsci-data-analysis | |
parent | 7b9b914be88ea8d86b7d2ad55280f1672f05f72b (diff) | |
download | astroconda-contrib-c87279ba8216b0486c757067ba3817f3b89f2aa0.tar.gz |
Da bumps (#133)
* set cube-tools to 0.0.1 at the DA-2 release date
* bump specviz, stsci-data-analysis pyqtgraph
Diffstat (limited to 'stsci-data-analysis')
-rw-r--r-- | stsci-data-analysis/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/stsci-data-analysis/meta.yaml b/stsci-data-analysis/meta.yaml index 1024f3a..cadcc46 100644 --- a/stsci-data-analysis/meta.yaml +++ b/stsci-data-analysis/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stsci-data-analysis' %} -{% set version = '2.0.0' %} +{% set version = '2.0.1' %} {% set number = '0' %} about: @@ -19,7 +19,7 @@ requirements: - astropy >=1.1 - astroimtools >=0.1 - stginga >=0.1 - - specviz + - specviz >=0.2.3 - mosviz - photutils >=0.2.2 - glueviz >=0.9.0 @@ -31,7 +31,7 @@ requirements: - astropy >=1.1 - astroimtools >=0.1 - stginga >=0.1 - - specviz + - specviz >=0.2.3 - mosviz - photutils >=0.2.2 - glueviz >=0.9.0 |