diff options
author | Matt Rendina <rendinam@users.noreply.github.com> | 2019-11-21 11:53:23 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-11-21 11:53:23 -0500 |
commit | 18317c9c6a03d4987326be82d02d43a5fd52f684 (patch) | |
tree | ba1b9a6cd1012c3d3dffd7f297e03a462bad3bcf /pysiaf | |
parent | 5bd80b856d2f4c09c1654284c20185edd9b8dcda (diff) | |
download | astroconda-contrib-18317c9c6a03d4987326be82d02d43a5fd52f684.tar.gz |
Relax openpyxl version pin in pysiaf (#577)
This allows building against the dependencies that exist for py37.
Diffstat (limited to 'pysiaf')
-rw-r--r-- | pysiaf/meta.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |