diff options
author | Dan D'Avella <ddavella@stsci.edu> | 2018-02-01 13:30:14 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-01 13:30:14 -0500 |
commit | c429ecd213edd40be7e28c84dd22ef5c104728fe (patch) | |
tree | 4ea3dddcbac16e8ff2168fa657fb00b9127f06e0 | |
parent | fec36250ec1f914b530ddada9c2d719e3e13bd71 (diff) | |
download | astroconda-dev-c429ecd213edd40be7e28c84dd22ef5c104728fe.tar.gz |
Quick fix: add docopt run dependency to specviz recipe (#103)
* Quick fix: add docopt run dependency to specviz recipe
* Bump build revision
-rw-r--r-- | specviz/meta.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/specviz/meta.yaml b/specviz/meta.yaml index 0b2b5e5..0c914f6 100644 --- a/specviz/meta.yaml +++ b/specviz/meta.yaml @@ -3,7 +3,7 @@ {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} -{% set number = '0' %} +{% set number = '1' %} about: home: https://github.com/spacetelescope/specviz @@ -39,6 +39,7 @@ requirements: run: - astropy - cython + - docopt - specutils - py-expression-eval - pyyaml |