summaryrefslogtreecommitdiff
path: root/asdf
diff options
context:
space:
mode:
Diffstat (limited to 'asdf')
-rw-r--r--asdf/meta.yaml14
1 files changed, 7 insertions, 7 deletions
diff --git a/asdf/meta.yaml b/asdf/meta.yaml
index 2dfbcf6..dd76f2d 100644
--- a/asdf/meta.yaml
+++ b/asdf/meta.yaml
@@ -1,5 +1,5 @@
{% set name = 'asdf' %}
-{% set version = '2.0.1' %}
+{% set version = '2.1.1' %}
{% set number = '1' %}
about:
@@ -18,18 +18,18 @@ package:
requirements:
build:
- semantic_version >=2.3.1
- - pyyaml
- - jsonschema
- - six
+ - pyyaml >=3.10
+ - jsonschema >=2.3,<=2.6
+ - six >=1.9.0
- setuptools
- numpy {{ numpy }}
- python {{ python }}
run:
- semantic_version >=2.3.1
- - pyyaml
- - jsonschema
+ - pyyaml >=3.10
+ - jsonschema >=2.3,<=2.6
- pytest
- - six
+ - six >=1.9.0
- setuptools
- numpy
- python