diff options
| -rw-r--r-- | imexam/meta.yaml | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/imexam/meta.yaml b/imexam/meta.yaml index c6ef03d..1b580d1 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'imexam' %} -{% set version = '0.7.0' %} +{% set version = '0.8.0' %}  {% set tag = 'v' + version %}  {% set number = '0' %} @@ -22,14 +22,14 @@ package:  requirements:      build: -    - astropy >=1.1 +    - astropy >=1.3      - cython      - pytest      - setuptools      - numpy      - python x.x      run: -    - astropy >=1.1 +    - astropy >=1.3      - cython      - ginga      - ipython | 
