diff options
| -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 | 
