Skip to content

Commit c64cb20

Browse files
Remove xlrd from check_environment.py
1 parent 615fd84 commit c64cb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check_environment.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def import_version(pkg, min_ver, fail_msg=""):
6060
'pandas': "0.25", 'notebook': "5",
6161
'plotnine': '0.6',
6262
'pyproj': '1.9.5.1', 'requests': '2.18.0',
63-
'seaborn': '0.9.0', 'xlrd': '1.1.0'}
63+
'seaborn': '0.9.0'}
6464

6565
# now the dependencies
6666
for lib, required_version in list(requirements.items()):

0 commit comments

Comments
 (0)