diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-07 10:35:43 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-07 10:35:43 -0500 |
commit | 509e9f4d9b7282d90f9ac8b6b515c36a52fc118f (patch) | |
tree | 9a72ce20ca33b31bfddc0a14ac8317a6b7c62cb7 /asdf | |
parent | 05b6ceb506b9222ef3fcf1acdf5f7dbc693c6e22 (diff) | |
parent | ae9265d4e2407579822310cc3cf68a150ea3bed7 (diff) | |
download | astroconda-contrib-509e9f4d9b7282d90f9ac8b6b515c36a52fc118f.tar.gz |
Merge branch 'master' into imexam0.8.0
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index f69431d..916f4b9 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,6 @@ {% set name = 'asdf' %} -{% set version = '1.2.1' %} +{% set version = '1.3.1' %} +{% set tag = 'v' + version %} {% set number = '1' %} about: @@ -16,7 +17,8 @@ package: requirements: build: - - astropy >=1.1 + - semantic_version >=2.3.1 + - astropy >=1.3 - pyyaml - jsonschema - pytest @@ -25,7 +27,8 @@ requirements: - numpy - python x.x run: - - astropy >=1.1 + - semantic_version >=2.3.1 + - astropy >=1.3 - pyyaml - jsonschema - pytest @@ -35,7 +38,7 @@ requirements: - python x.x source: - git_tag: {{ version }} + git_tag: {{ tag }} git_url: https://github.com/spacetelescope/{{ name }}.git test: |