diff options
-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: |