summaryrefslogtreecommitdiff
path: root/stginga/meta.yaml
diff options
context:
space:
mode:
authorP. L. Lim <lim@stsci.edu>2016-12-29 21:07:19 -0500
committerJoseph Hunkeler <jhunkeler@users.noreply.github.com>2016-12-29 21:07:19 -0500
commit63f02f755cf673b1d7f8d11d583f2ce514205162 (patch)
tree5a2a5307698ee78028ccdfe05c3f5de2004dc062 /stginga/meta.yaml
parent90bccc38e9beb17674d6243848f1403eed69c273 (diff)
downloadastroconda-contrib-63f02f755cf673b1d7f8d11d583f2ce514205162.tar.gz
Bump stginga to 0.1.3 (#129)
To be compatible with Ginga 2.6.1
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 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