diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /specviz | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'specviz')
-rw-r--r-- | specviz/meta.yaml | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 5ace9a1..3b5e76d 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'specviz' %} -{% set version = '0.2.3' %} -{% set tag = 'v0.2.3' %} +{% set version = '0.4.2' %} +{% set tag = 'v' + version %} {% set number = '0' %} package: @@ -18,7 +18,9 @@ requirements: build: - astropy - cython + - docopt - specutils + - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 - pyqt @@ -33,7 +35,9 @@ requirements: run: - astropy - cython + - docopt - specutils + - py-expression-eval - pyyaml - pyqtgraph >=0.9.11 - pyqt @@ -54,3 +58,4 @@ test: about: home: https://github.com/spacetelescope/specviz license: BSD + summary: An interactive astronomical 1D spectra analysis tool |