diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-09-26 10:36:37 -0400 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-26 10:36:37 -0400 | 
| commit | 7e6f4db327dec796dc76fc7932013e0c4ad0b838 (patch) | |
| tree | e6965861f3c00766154b9e582622ca692a9a7e94 /asdf | |
| parent | 9c63720d8028389e8c9f121635fbe9fbc4331643 (diff) | |
| download | astroconda-contrib-7e6f4db327dec796dc76fc7932013e0c4ad0b838.tar.gz | |
asdf-2.4.2 (#565)
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 578aebe..17f74b8 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'asdf' %} -{% set version = '2.4.1' %} +{% set version = '2.4.2' %}  {% set number = '0' %}  about: @@ -17,7 +17,7 @@ package:  requirements:      build: -    - semantic_version >=2.3.1 +    - semantic_version >=2.3.1,<=2.6.0      - pyyaml >=3.10      - jsonschema >=2.3,<4.0      - six >=1.9.0 @@ -26,7 +26,7 @@ requirements:      - numpy {{ numpy }}      - python {{ python }}      run: -    - semantic_version >=2.3.1 +    - semantic_version >=2.3.1,<=2.6.0      - pyyaml >=3.10      - jsonschema >=2.3,<4.0      - pytest | 
