From 5a4c4dbf8a275b9346b5c05322d37d0675883aa8 Mon Sep 17 00:00:00 2001 From: Shannon Osborne Date: Thu, 24 Oct 2019 14:34:03 -0400 Subject: Update pysiaf to v0.6.1 (#571) * Update pysiaf to v0.6.1 * Normalize version value appearing in pysiaf package --- pysiaf/meta.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'pysiaf') diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index 505d15c..b64e8d3 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -1,6 +1,6 @@ {% set name = 'pysiaf' %} -{% set version = '0.5.0' %} -{% set tag = version %} +{% set version = '0.6.1' %} +{% set tag = 'v' + version %} {% set number = '0' %} about: @@ -27,10 +27,11 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.4 + - openpyxl ==2.5.0 - python {{ python }} - setuptools - numpydoc + - requests >=2.21.0 run: - astropy >=1.2 @@ -38,8 +39,9 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl >=2.4 + - openpyxl ==2.5.0 - python {{ python }} + - requests >=2.21.0 test: imports: -- cgit