From 18317c9c6a03d4987326be82d02d43a5fd52f684 Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Thu, 21 Nov 2019 11:53:23 -0500 Subject: Relax openpyxl version pin in pysiaf (#577) This allows building against the dependencies that exist for py37. --- pysiaf/meta.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pysiaf') diff --git a/pysiaf/meta.yaml b/pysiaf/meta.yaml index b64e8d3..dc441aa 100644 --- a/pysiaf/meta.yaml +++ b/pysiaf/meta.yaml @@ -27,7 +27,7 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl ==2.5.0 + - openpyxl >=2.5.0 - python {{ python }} - setuptools - numpydoc @@ -39,7 +39,7 @@ requirements: - matplotlib >=1.4.3 - lxml >=3.6.4 - scipy >=0.17 - - openpyxl ==2.5.0 + - openpyxl >=2.5.0 - python {{ python }} - requests >=2.21.0 -- cgit