summaryrefslogtreecommitdiff
path: root/stginga
diff options
context:
space:
mode:
authorMatt Rendina <rendinam@users.noreply.github.com>2018-11-09 12:24:11 -0500
committerGitHub <noreply@github.com>2018-11-09 12:24:11 -0500
commitab51fb3a82bae856707cbd0761871583894016e1 (patch)
treead939d6ce495df5040ab2178e31e59042cf369c1 /stginga
parent1612f8ba179a47e8f30eb630eef891a7e180f01b (diff)
parent6e04cf5b924d5a2fc43784754f9ce8a9ca8bbee5 (diff)
downloadastroconda-contrib-ab51fb3a82bae856707cbd0761871583894016e1.tar.gz
Merge pull request #421 from pllim/patch-1
Bump stginga to 1.0
Diffstat (limited to 'stginga')
-rw-r--r--stginga/meta.yaml7
1 files changed, 4 insertions, 3 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml
index 31826c9..c46954b 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' %}
@@ -10,6 +10,7 @@ about:
build:
number: {{ number }}
+ skip: true # [py2k]
package:
name: {{ name }}
@@ -18,14 +19,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