Skip to content

Commit

Permalink
Merge pull request #122 from rendinam/dep_relax
Browse files Browse the repository at this point in the history
Relax openpyxl version req to allow building conda package for python 3.7
  • Loading branch information
shanosborne authored Nov 12, 2019
2 parents f9d5161 + 3270cef commit 9bd5209
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.6.0',
'requests>=2.21.0'
],
tests_require=['pytest'],
Expand Down

0 comments on commit 9bd5209

Please sign in to comment.