summaryrefslogtreecommitdiff
path: root/cubeviz
diff options
context:
space:
mode:
authorDan D'Avella <ddavella@stsci.edu>2018-03-07 00:57:54 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-03-07 00:57:54 -0500
commit92677c089d1a5b0ae5b44feb8f5c19a96d27980c (patch)
tree8a1d2f5239be1b15647505d8947278823439d62c /cubeviz
parent20bdd76a3cbcef18c0f947a67a3760d07cfc8b6a (diff)
downloadastroconda-dev-92677c089d1a5b0ae5b44feb8f5c19a96d27980c.tar.gz
Build glue-core from latest source (#114)
* Fix glue-core recipe to build from latest source * Fix glue-core dependency in cubeviz * Add recipe for mpl-scatter-density (dependency of glue-core) * Add recipe for fast-histogram (dependency of mpl-scatter-density) * AstroCondaify fast-histogram * AstroCondaify mpl-scatter-density * AstroCondaify glue-core * glue-core: add mpl-scatter-density
Diffstat (limited to 'cubeviz')
-rw-r--r--cubeviz/meta.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cubeviz/meta.yaml b/cubeviz/meta.yaml
index 894fc5a..4a06aed 100644
--- a/cubeviz/meta.yaml
+++ b/cubeviz/meta.yaml
@@ -22,7 +22,7 @@ requirements:
- asdf
- asteval
- astropy
- - glue-core >=0.12
+ - glue-core
- specviz
- spectral-cube
- pytest >=3.1*