Skip to content

Commit 7f1cbf2

Browse files
committed
Re-added xlrd dependency for Python 3.6
1 parent ea1d067 commit 7f1cbf2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ def find_version(*file_paths):
8686
'openpyxl>=2.5,<4',
8787
'colour>=0.1.5,<0.2',
8888
'jsonschema',
89-
'pandas<2'
89+
'pandas<2',
90+
"xlrd>=1.0.0,<1.3.0 ; python_version<='3.6'"
9091
]
9192
)

0 commit comments

Comments
 (0)