diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /stginga | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index b2ddd07..4f913ac 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,7 +1,7 @@ {% set name = 'stginga' %} -{% set version = '0.1.3' %} +{% set version = '0.2.1' %} {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -17,14 +17,14 @@ package: requirements: build: - - ginga >=2.6.1 + - ginga >=2.6.2 - astropy >=1.2 - numpy - scipy - setuptools - python x.x run: - - ginga >=2.6.1 + - ginga >=2.6.2 - astropy >=1.2 - numpy - scipy |