Skip to content

Commit

Permalink
Re-added xlrd dependency for Python 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepSpace2 committed Jun 15, 2022
1 parent ea1d067 commit 7f1cbf2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ def find_version(*file_paths):
'openpyxl>=2.5,<4',
'colour>=0.1.5,<0.2',
'jsonschema',
'pandas<2'
'pandas<2',
"xlrd>=1.0.0,<1.3.0 ; python_version<='3.6'"
]
)

0 comments on commit 7f1cbf2

Please sign in to comment.