From 0c7b938c3b4ca742298b4c9d2bf6e8507b5775fb Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 8 Nov 2018 23:22:11 -0500 Subject: Bump stginga to 1.0 --- stginga/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'stginga') diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 31826c9..20fc185 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stginga' %} -{% set version = '0.3' %} +{% set version = '1.0' %} {% set tag = version %} {% set number = '0' %} @@ -18,14 +18,14 @@ package: requirements: build: - ginga >=2.7 - - astropy >=2 + - astropy >=3 - numpy {{ numpy }} - scipy - setuptools - python {{ python }} run: - ginga >=2.7 - - astropy >=2 + - astropy >=3 - numpy - scipy - python -- cgit From 6e04cf5b924d5a2fc43784754f9ce8a9ca8bbee5 Mon Sep 17 00:00:00 2001 From: "P. L. Lim" <2090236+pllim@users.noreply.github.com> Date: Thu, 8 Nov 2018 23:24:31 -0500 Subject: stginga 1.0 is PY3-only --- stginga/meta.yaml | 1 + 1 file changed, 1 insertion(+) (limited to 'stginga') diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 20fc185..c46954b 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -10,6 +10,7 @@ about: build: number: {{ number }} + skip: true # [py2k] package: name: {{ name }} -- cgit