Skip to content

Commit f003702

Browse files
Update xlrd to 2.0.1 (#653)
* Update xlrd from 1.2.0 to 2.0.1 for Python > 3.6 Co-authored-by: mrbean-bremen <[email protected]>
1 parent b70140a commit f003702

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

extra_requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ scandir>=1.8
1515
# we use the latest version to see any problems with new versions
1616
pandas==1.1.5; python_version <= '3.6'
1717
pandas==1.3.4; python_version > '3.6'
18-
xlrd==1.2.0
18+
xlrd==1.2.0; python_version <= '3.6'
19+
xlrd==2.0.1; python_version > '3.6'
1920
openpyxl==3.0.9

0 commit comments

Comments
 (0)