diff options
| author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2019-09-23 23:31:18 -0400 | 
|---|---|---|
| committer | Joseph Hunkeler <jhunkeler@users.noreply.github.com> | 2019-09-23 23:31:18 -0400 | 
| commit | e5de376d763063fc14faeda92fa2f218c61724e4 (patch) | |
| tree | 5edaac01bf24cab63275c5a75378c410613ef799 | |
| parent | 90ce625182998d0d63c089521b5acc85ca9765b8 (diff) | |
| download | astroconda-contrib-e5de376d763063fc14faeda92fa2f218c61724e4.tar.gz | |
Bump Ginga to 3.0.1 (#560)
| -rw-r--r-- | ginga/meta.yaml | 7 | 
1 files changed, 4 insertions, 3 deletions
| diff --git a/ginga/meta.yaml b/ginga/meta.yaml index 4cedf57..1930f90 100644 --- a/ginga/meta.yaml +++ b/ginga/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'ginga' %} -{% set version = '2.7.2' %} +{% set version = '3.0.1' %}  {% set tag = 'v' ~ version %}  {% set number = '0' %} @@ -10,6 +10,7 @@ about:  build:      number: {{ number }} +    skip: true  # [py2k]  package:      name: {{ name }} @@ -17,14 +18,14 @@ package:  requirements:      build: -    - astropy >=1.2 +    - astropy >=3      - qtpy      - pillow      - setuptools      - numpy {{ numpy }}      - python {{ python }}      run: -    - astropy >=1.2 +    - astropy >=3      - qtpy      - pillow      - numpy | 
