From a0ebda97895ba645eae4192665be3e78b9c8457e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Wed, 24 Jan 2018 22:30:22 -0500 Subject: stwcs: version 1.4.0 --- stwcs/meta.yaml | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/stwcs/meta.yaml b/stwcs/meta.yaml index 5234d73..4b7ee2c 100644 --- a/stwcs/meta.yaml +++ b/stwcs/meta.yaml @@ -1,5 +1,5 @@ {% set name = 'stwcs' %} -{% set version = '1.3.2' %} +{% set version = '1.4.0' %} {% set number = '0' %} about: @@ -18,15 +18,20 @@ package: requirements: build: - astropy >=1.1 + - lxml + - pytest + - requests - stsci.tools - setuptools - - numpy - - python x.x + - numpy {{ numpy }} + - python {{ python }} run: - astropy >=1.1 + - lxml + - requests - stsci.tools - numpy - - python x.x + - python source: git_tag: {{ version }} -- cgit