summaryrefslogtreecommitdiff
path: root/asdf
diff options
context:
space:
mode:
authorDaniel D'Avella <ddavella@stsci.edu>2017-10-24 13:08:20 -0400
committerDaniel D'Avella <ddavella@stsci.edu>2017-10-24 13:08:20 -0400
commit8f594361599779dc00975a6e8bf56e3492761992 (patch)
tree865c296c098b2437f68bffd8b3e7732b638c9c88 /asdf
parent130038425e3dfbf2fef9ecdcdd89571ed26460e3 (diff)
downloadastroconda-contrib-8f594361599779dc00975a6e8bf56e3492761992.tar.gz
Update for asdf v1.3.0 release
Diffstat (limited to 'asdf')
-rw-r--r--asdf/meta.yaml8
1 files changed, 5 insertions, 3 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index f69431d..f0765c5 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'asdf' %}
-{% set version = '1.2.1' %}
+{% set version = '1.3.0' %}
{% set number = '1' %}
about:
@@ -16,7 +16,8 @@ package:
requirements:
build:
- - astropy >=1.1
+ - semantic_version >=2.6
+ - astropy >=1.3
- pyyaml
- jsonschema
- pytest
@@ -25,7 +26,8 @@ requirements:
- numpy
- python x.x
run:
- - astropy >=1.1
+ - semantic_version >=2.6
+ - astropy >=1.3
- pyyaml
- jsonschema
- pytest