diff options
author | Daniel D'Avella <ddavella@stsci.edu> | 2017-11-03 12:13:21 -0400 |
---|---|---|
committer | Daniel D'Avella <ddavella@stsci.edu> | 2017-11-03 12:13:21 -0400 |
commit | 128e68bf4d1c0300e5895c558b5b2deaff169e72 (patch) | |
tree | 94397d1e46c526e9953faf040854b1bd20609cf8 /asdf | |
parent | b5833c9998d1eeab2a82c85d53f036a363f0837c (diff) | |
download | astroconda-contrib-128e68bf4d1c0300e5895c558b5b2deaff169e72.tar.gz |
Update for asdf v1.3.1 bugfix release
Diffstat (limited to 'asdf')
-rw-r--r-- | asdf/meta.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml index a2eaf3c..916f4b9 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'asdf' %} -{% set version = '1.3.0' %} +{% set version = '1.3.1' %} {% set tag = 'v' + version %} {% set number = '1' %} @@ -17,7 +17,7 @@ package: requirements: build: - - semantic_version >=2.6 + - semantic_version >=2.3.1 - astropy >=1.3 - pyyaml - jsonschema @@ -27,7 +27,7 @@ requirements: - numpy - python x.x run: - - semantic_version >=2.6 + - semantic_version >=2.3.1 - astropy >=1.3 - pyyaml - jsonschema |