Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
pin openpyxl to versions < 2.5 because of a bug on 2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
zelima committed Mar 19, 2018
1 parent 82668ab commit ece49c7
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 @@ -38,7 +38,7 @@ def read(*paths):
# Format: xls
'xlrd>=1.0,<2.0',
# Format: xlsx
'openpyxl>=2.4,<3.0',
'openpyxl>=2.4,<2.5',
]
INSTALL_FORMAT_DATAPACKAGE_REQUIRES = [
'datapackage>=1.1.3,<2.0',
Expand Down

0 comments on commit ece49c7

Please sign in to comment.