Skip to content

Commit 870f9fc

Browse files
phoflluckyvs1
authored andcommitted
Remove xlrd benchmark after xlrd was updated to 2.0.1 on conda-forge (pandas-dev#39077)
1 parent 3c373c2 commit 870f9fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asv_bench/benchmarks/io/excel.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def time_write_excel(self, engine):
4040

4141
class ReadExcel:
4242

43-
params = ["xlrd", "openpyxl", "odf"]
43+
params = ["openpyxl", "odf"]
4444
param_names = ["engine"]
4545
fname_excel = "spreadsheet.xlsx"
4646
fname_odf = "spreadsheet.ods"

0 commit comments

Comments
 (0)