From 6304120897eb5ed1602c71a206461fcd283b6f80 Mon Sep 17 00:00:00 2001 From: Nadia Dencheva Date: Mon, 23 Sep 2019 23:31:46 -0400 Subject: stwcs release v 1.5.3 (#559) --- stwcs/meta.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 2966622..b7c3fd8 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stwcs' %} -{% set version = '1.5.1' %} +{% set version = '1.5.3' %} {% set number = '0' %} about: @@ -18,19 +18,19 @@ package: requirements: build: - - astropy >=2.0.8 + - astropy - lxml - pytest - requests - - stsci.tools + - stsci.tools >= 3.6 - setuptools - numpy {{ numpy }} - python {{ python }} run: - - astropy >=2.0.8 + - astropy - lxml - requests - - stsci.tools + - stsci.tools >=3.6 - numpy - python -- cgit