From e47f939e813a0fb830fe35b193030110a4d6d1da Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Tue, 7 Aug 2018 16:31:48 -0400 Subject: update stwcs version to 1.4.2 --- stwcs/meta.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index fb42979..ca7993c 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stwcs' %} -{% set version = '1.4.0' %} +{% set version = '1.4.2' %} {% set number = '1' %} about: @@ -18,7 +18,7 @@ package: requirements: build: - - astropy >=1.1 + - astropy >=2.0.8 - lxml - pytest - requests @@ -27,7 +27,7 @@ requirements: - numpy {{ numpy }} - python {{ python }} run: - - astropy >=1.1 + - astropy >=2.0.8 - lxml - requests - stsci.tools -- cgit