summaryrefslogtreecommitdiff
path: root/stginga/meta.yaml
diff options
context:
space:
mode:
authorP. L. Lim <2090236+pllim@users.noreply.github.com>2018-11-08 23:22:11 -0500
committerGitHub <noreply@github.com>2018-11-08 23:22:11 -0500
commit0c7b938c3b4ca742298b4c9d2bf6e8507b5775fb (patch)
tree664cc13031b611d5547e71aa8ffdbd348f87de14 /stginga/meta.yaml
parent1612f8ba179a47e8f30eb630eef891a7e180f01b (diff)
downloadastroconda-contrib-0c7b938c3b4ca742298b4c9d2bf6e8507b5775fb.tar.gz
Bump stginga to 1.0
Diffstat (limited to 'stginga/meta.yaml')
-rw-r--r--stginga/meta.yaml6
1 files changed, 3 insertions, 3 deletions
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