diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-04 12:59:36 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2017-01-04 12:59:36 -0500 |
commit | 3b5fc24dfe413f809d8d8838b84adce9c9d3b9ed (patch) | |
tree | 63e41f437ec4fca75a978a6f4da80f2e14360a07 /stginga | |
parent | ae68d66ae8cab18227fa65ba783f4d58ff7f9276 (diff) | |
parent | a96a1285ba6cc7b077ba62e2a73d4592dd78003f (diff) | |
download | astroconda-contrib-3b5fc24dfe413f809d8d8838b84adce9c9d3b9ed.tar.gz |
Merge branch 'master' of https://github.com/astroconda/astroconda-contrib into overhaul
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 e47e8f1..b2ddd07 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 = '1' %} @@ -17,14 +17,14 @@ package: requirements: build: - - ginga + - ginga >=2.6.1 - astropy >=1.2 - numpy - scipy - setuptools - python x.x run: - - ginga + - ginga >=2.6.1 - astropy >=1.2 - numpy - scipy |