From 2a07842ea7b5e0244b550645da708b9f409367be Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Tue, 24 Sep 2019 14:34:58 -0400 Subject: Add semantic_version to support py36 build of asdf; update asdf recipe to build. (#562) --- asdf/meta.yaml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'asdf') diff --git a/asdf/meta.yaml b/asdf/meta.yaml index b6f56d0..9215e7d 100644 --- a/asdf/meta.yaml +++ b/asdf/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'asdf' %} -{% set version = '2.3.3' %} +{% set version = '2.4.0' %} {% set number = '0' %} about: @@ -19,18 +19,20 @@ requirements: build: - semantic_version >=2.3.1 - pyyaml >=3.10 - - jsonschema >=2.3,<=2.6 + - jsonschema >=2.3,<4.0 - six >=1.9.0 - setuptools + - setuptools_scm - numpy {{ numpy }} - python {{ python }} run: - semantic_version >=2.3.1 - pyyaml >=3.10 - - jsonschema >=2.3,<=2.6 + - jsonschema >=2.3,<4.0 - pytest - six >=1.9.0 - setuptools + - setuptools_scm - numpy - python -- cgit