diff options
author | P. L. Lim <lim@stsci.edu> | 2016-12-29 21:07:19 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2016-12-29 21:07:19 -0500 |
commit | 63f02f755cf673b1d7f8d11d583f2ce514205162 (patch) | |
tree | 5a2a5307698ee78028ccdfe05c3f5de2004dc062 /stginga | |
parent | 90bccc38e9beb17674d6243848f1403eed69c273 (diff) | |
download | astroconda-contrib-63f02f755cf673b1d7f8d11d583f2ce514205162.tar.gz |
Bump stginga to 0.1.3 (#129)
To be compatible with Ginga 2.6.1
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 6 |
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 |