summaryrefslogtreecommitdiff
path: root/glue-ginga
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2017-09-15 11:20:37 -0400
committerGitHub <noreply@github.com>2017-09-15 11:20:37 -0400
commitf070159b78f7d26c5b1b84fa21146b855d3f91c1 (patch)
treeb3c69ddb7d8b6b7fd33d5d637324c4ca985eea74 /glue-ginga
parent202882e4384610015ee50ab424dd412f76e55a11 (diff)
parent61821afa087a820a75200c448eb1bb0909fdeb11 (diff)
downloadastroconda-contrib-f070159b78f7d26c5b1b84fa21146b855d3f91c1.tar.gz
Merge pull request #261 from rendinam/fix_deps
Fix circular dependency; recipe standardization
Diffstat (limited to 'glue-ginga')
-rw-r--r--glue-ginga/meta.yaml5
1 files changed, 3 insertions, 2 deletions
diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml
index 069917d..4a6ebf3 100644
--- a/glue-ginga/meta.yaml
+++ b/glue-ginga/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'glue-ginga' %}
{% set version = '0.1.1' %}
{% set tag = 'v' + version %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/ejeschke/{{ name }}
@@ -18,7 +18,8 @@ package:
requirements:
build:
- astropy >=1.2
- - glueviz >=0.10
+ - glue-core >=0.11.1
+ - glue-vispy-viewers >=0.8
- ginga >=2.6.1
- setuptools
- numpy