diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:36:07 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-11-07 10:36:07 -0500 | 
| commit | 61ed36e2f4cc50883dbb45f3ec7fe34fd472f7ca (patch) | |
| tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 | |
| parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
| parent | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (diff) | |
| download | astroconda-contrib-61ed36e2f4cc50883dbb45f3ec7fe34fd472f7ca.tar.gz | |
Merge pull request #282 from sosey/imexam0.8.0
updating imexam to v0.8.0
| -rw-r--r-- | imexam/meta.yaml | 9 | 
1 files changed, 4 insertions, 5 deletions
| diff --git a/imexam/meta.yaml b/imexam/meta.yaml index b95fc1b..f68232f 100644 --- a/imexam/meta.yaml +++ b/imexam/meta.yaml @@ -1,6 +1,5 @@  {% set name = 'imexam' %} -{% set version = '0.7.1' %} -{% set tag = 'v' + version %} +{% set version = '0.8.0' %}  {% set number = '0' %}  about: @@ -22,14 +21,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 @@ -41,7 +40,7 @@ requirements:      - python x.x  source: -    git_tag: {{ tag }} +    git_tag: {{ version }}      git_url: https://github.com/spacetelescope/{{ name }}.git  test: | 
