summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@users.noreply.github.com>2018-01-07 19:11:41 -0500
committerGitHub <noreply@github.com>2018-01-07 19:11:41 -0500
commit41d1f7dd61b5ce672c1f63b716368037ad2eca14 (patch)
tree0c2e9262769eb569a7bde780f80c769d1644d30b
parentf85e92b2f2f4bf477fa3b0f97653c25ec5fe9cd4 (diff)
downloadastroconda-dev-41d1f7dd61b5ce672c1f63b716368037ad2eca14.tar.gz
Fix recipe (#90)
Make `conda_build_config` compliant
-rw-r--r--glue-ginga/meta.yaml8
1 files changed, 4 insertions, 4 deletions
diff --git a/glue-ginga/meta.yaml b/glue-ginga/meta.yaml
index de1d000..c7e3308 100644
--- a/glue-ginga/meta.yaml
+++ b/glue-ginga/meta.yaml
@@ -1,7 +1,7 @@
{% set name = 'glue-ginga' %}
{% set version = '0.2' %}
{% set tag = 'v' + version %}
-{% set number = '0' %}
+{% set number = '1' %}
about:
home: https://github.com/ejeschke/{{ name }}
@@ -22,14 +22,14 @@ requirements:
- glue-vispy-viewers >=0.8
- ginga >=2.6.1
- setuptools
- - numpy
- - python x.x
+ - numpy {{ numpy }}
+ - python {{ python }}
run:
- astropy >=1.2
- glueviz >=0.10
- ginga >=2.6.1
- numpy
- - python x.x
+ - python
source:
git_tag: {{ tag }}