From 41d1f7dd61b5ce672c1f63b716368037ad2eca14 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Sun, 7 Jan 2018 19:11:41 -0500 Subject: Fix recipe (#90) Make `conda_build_config` compliant --- glue-ginga/meta.yaml | 8 ++++---- 1 file 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 }} -- cgit