From c534c57bcdd51ebcfbbc2398fa89a9e752d4224e Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Fri, 21 Dec 2018 12:57:56 -0500 Subject: update gwcs to latest release - 0.10.0 (#455) * update astroconda * Reset build number --- gwcs/meta.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gwcs') diff --git a/gwcs/meta.yaml b/gwcs/meta.yaml index df4efda..dc7326a 100644 --- a/gwcs/meta.yaml +++ b/gwcs/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'gwcs' %} -{% set version = '0.9.1' %} -{% set number = '2' %} +{% set version = '0.10.0' %} +{% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} @@ -18,13 +18,13 @@ package: requirements: build: - asdf - - astropy >=2.0 + - astropy >=3.1 - setuptools - numpy {{ numpy }} - python {{ python }} run: - asdf - - astropy >=2.0 + - astropy >=3.1 - numpy - python -- cgit