diff options
| author | Matt Rendina <rendinam@users.noreply.github.com> | 2020-03-05 09:51:56 -0500 | 
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-05 09:51:56 -0500 | 
| commit | 5cfc02534f07491300431e803e867173d6da0cc6 (patch) | |
| tree | 8b29a330e07cf77fe1858485582bdb6c3ef0cd76 /asdf | |
| parent | 0dbb987926723c116d94c506df555adcf1b7b29b (diff) | |
| download | astroconda-contrib-5cfc02534f07491300431e803e867173d6da0cc6.tar.gz | |
Release asdf 2.5.2 and remove dependency on six (#616)
Diffstat (limited to 'asdf')
| -rw-r--r-- | asdf/meta.yaml | 4 | 
1 files changed, 1 insertions, 3 deletions
| diff --git a/asdf/meta.yaml b/asdf/meta.yaml index 456befa..d45c854 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@  {% set name = 'asdf' %} -{% set version = '2.5.1' %} +{% set version = '2.5.2' %}  {% set number = '0' %}  about: @@ -20,7 +20,6 @@ requirements:      - semantic_version >=2.8      - pyyaml >=3.10      - jsonschema >=2.3,<4.0 -    - six >=1.9.0      - setuptools      - setuptools_scm      - numpy {{ numpy }} @@ -30,7 +29,6 @@ requirements:      - pyyaml >=3.10      - jsonschema >=2.3,<4.0      - pytest -    - six >=1.9.0      - setuptools      - setuptools_scm      - numpy | 
