Skip to content

Commit

Permalink
Relax openpyxl version requirement to allow building conda package fo…
Browse files Browse the repository at this point in the history
…r python 3.7.
  • Loading branch information
rendinam committed Nov 8, 2019
1 parent f9d5161 commit 16dc513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ def run_tests(self):
'matplotlib>=1.4.3',
'lxml>=3.6.4',
'scipy>=0.17',
'openpyxl==2.5.0',
'openpyxl>=2.5.0',
'requests>=2.21.0'
],
tests_require=['pytest'],
Expand Down

0 comments on commit 16dc513

Please sign in to comment.