diff options
| author | Megan Sosey <sosey@stsci.edu> | 2017-11-07 10:24:12 -0500 | 
|---|---|---|
| committer | Megan Sosey <sosey@stsci.edu> | 2017-11-07 10:24:12 -0500 | 
| commit | 4b0f86cd104a7c2bf5f392bb1c3dd3e78ada6ce1 (patch) | |
| tree | 07f4ea29306691e2eb019d8db6fa644ccbc8f796 | |
| parent | 92285d599fff039d903ab21acfdb125c84d56549 (diff) | |
| download | astroconda-contrib-4b0f86cd104a7c2bf5f392bb1c3dd3e78ada6ce1.tar.gz | |
updating imexam to v0.8.0
| -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 | 
