diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2017-11-03 12:39:12 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-03 12:39:12 -0400 |
commit | 6943bbcdb275cefdbd51caf6da9e65be633a27b5 (patch) | |
tree | a3ce23c7b6a86eace062a34234c9a874e50855e8 | |
parent | 64bb74584df90af3cb2c8c1feb59b34ab3cd6078 (diff) | |
parent | 128e68bf4d1c0300e5895c558b5b2deaff169e72 (diff) | |
download | astroconda-contrib-6943bbcdb275cefdbd51caf6da9e65be633a27b5.tar.gz |
Merge pull request #279 from drdavella/update-asdf-v1.3.1
Update for asdf v1.3.1 bugfix release
-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 |