From 63f02f755cf673b1d7f8d11d583f2ce514205162 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" Date: Thu, 29 Dec 2016 18:07:19 -0800 Subject: Bump stginga to 0.1.3 (#129) To be compatible with Ginga 2.6.1 --- stginga/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stginga/meta.yaml b/stginga/meta.yaml index d721a51..9a95087 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stginga' %} -{% set version = '0.1.2' %} +{% set version = '0.1.3' %} {% set tag = version %} {% set number = '0' %} @@ -14,14 +14,14 @@ package: version: {{ version }} requirements: build: - - ginga + - ginga >= 2.6.1 - astropy >=1.2 - numpy x.x - scipy - setuptools - python x.x run: - - ginga + - ginga >= 2.6.1 - astropy >=1.2 - numpy x.x - scipy -- cgit