diff options
author | P. L. Lim <2090236+pllim@users.noreply.github.com> | 2020-02-19 13:30:50 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-19 13:30:50 -0500 |
commit | d8c71824dce9bb5aca9d585e9d347b775d79c0e0 (patch) | |
tree | 259b5569216ac46bd1328e010916f4bc916503af | |
parent | 7cc375830dc49145536afaf87b7b669d1c950c02 (diff) | |
download | astroconda-contrib-d8c71824dce9bb5aca9d585e9d347b775d79c0e0.tar.gz |
Bump asdf to 2.5.1 (#610)
* Update meta.yaml
* asdf requires semantic_version>=2.8 now.
As pointed out by @jdavies-st .
* The space between
The tears we cry is the laughter keeps us coming back for more
-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 17f74b8..456befa 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'asdf' %} -{% set version = '2.4.2' %} +{% set version = '2.5.1' %} {% set number = '0' %} about: @@ -17,7 +17,7 @@ package: requirements: build: - - semantic_version >=2.3.1,<=2.6.0 + - semantic_version >=2.8 - 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,<=2.6.0 + - semantic_version >=2.8 - pyyaml >=3.10 - jsonschema >=2.3,<4.0 - pytest |