From ccc66d425b71ee8fab278debb4f65f416f075c38 Mon Sep 17 00:00:00 2001 From: Shannon Osborne Date: Fri, 13 Dec 2019 12:07:03 -0500 Subject: update package version + dependencies (#585) --- pysiaf/meta.yaml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'pysiaf') diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index d01c91b..f18c066 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,12 +1,12 @@ {% set name = 'pysiaf' %} -{% set version = '0.6.2' %} +{% set version = '0.6.3' %} {% set tag = 'v' + version %} {% set number = '0' %} about: home: https://github.com/spacetelescope/{{ name }} license: BSD - summary: + summary: Handling of Science Instrument Aperture Files (SIAF) for space telescopes source: @@ -19,7 +19,7 @@ package: build: number: {{ number }} - + requirements: build: - astropy >=1.2 @@ -27,21 +27,23 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.5.0 + - openpyxl >=2.6.0 - python {{ python }} - setuptools - numpydoc - requests >=2.21.0 - + - PyQt >=5.0.0 + run: - astropy >=1.2 - numpy >=1.9 - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.5.0 + - openpyxl >=2.6.0 - python {{ python }} - requests >=2.21.0 + - PyQt >=5.0.0 test: imports: -- cgit