diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2018-02-27 11:44:26 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2018-02-27 11:44:26 -0500 |
commit | ec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8 (patch) | |
tree | 287cd99b6c3e6135ff7ddfacb234be007c91c36b /stginga | |
parent | 4e11df7084a1866b12d1302a5aba33dbb2d69ddb (diff) | |
download | astroconda-contrib-ec55e13f41f6f40f7ee820ea6bdf2aa3499a86e8.tar.gz |
Bump Ginga to 2.7 and stginga to 0.3 (#316)
Diffstat (limited to 'stginga')
-rw-r--r-- | stginga/meta.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/stginga/meta.yaml b/stginga/meta.yaml index 9bfcd0d..1d10c73 100644 --- a/stginga/meta.yaml +++ b/stginga/meta.yaml @@ -1,10 +1,10 @@ {% set name = 'stginga' %} -{% set version = '0.2.1' %} +{% set version = '0.3' %} {% if version[0] == 'v' %} {% set version = version[1:] %} {% endif %} {% set tag = version %} -{% set number = '1' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -20,15 +20,15 @@ package: requirements: build: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy {{ numpy }} - scipy - setuptools - python {{ python }} run: - - ginga >=2.6.2 - - astropy >=1.2 + - ginga >=2.7 + - astropy >=2 - numpy - scipy - python |