summaryrefslogtreecommitdiff
path: root/cubeviz
diff options
context:
space:
mode:
authorDan D'Avella <ddavella@stsci.edu>2018-02-01 10:16:51 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-02-01 10:16:51 -0500
commit2f52c462b690ed03092f24fc0347af2645cfc93b (patch)
tree060ba0944fb20cb8b66f303954a6d661d63d12c4 /cubeviz
parentd4fed7322f812cfbd3497219d8d1c29db2b19945 (diff)
downloadastroconda-dev-2f52c462b690ed03092f24fc0347af2645cfc93b.tar.gz
Cubeviz: use glue-core as dependency instead of glueviz (#98)
* Use glue-core as dependency instead of glueviz * Add dependency on spectral-cube package * Bump revision
Diffstat (limited to 'cubeviz')
-rw-r--r--cubeviz/meta.yaml9
1 files changed, 5 insertions, 4 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml
index 45ca75b..894fc5a 100644
--- a/cubeviz/meta.yaml
+++ b/cubeviz/meta.yaml
@@ -3,7 +3,7 @@
{% if version[0] == 'v' %}
{% set version = version[1:] %}
{% endif %}
-{% set number = '1' %}
+{% set number = '2' %}
about:
home: https://github.com/spacetelescope/{{ name }}
@@ -22,8 +22,9 @@ requirements:
- asdf
- asteval
- astropy
- - glueviz >=0.12
+ - glue-core >=0.12
- specviz
+ - spectral-cube
- pytest >=3.1*
- numpy {{ numpy }}
- setuptools
@@ -33,10 +34,10 @@ requirements:
- asdf
- asteval
- astropy
- - glueviz
- numpy
- - glueviz >=0.12
+ - glue-core >=0.12
- specviz
+ - spectral-cube
- pytest >=3.1*
- python