Skip to content

Commit 6d21482

Browse files
authored
BENCH: Add pyarrow to env (#43071)
1 parent 9376815 commit 6d21482

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

asv_bench/asv.conf.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -46,17 +46,14 @@
4646
"numba": [],
4747
"numexpr": [],
4848
"pytables": [null, ""], // platform dependent, see excludes below
49+
"pyarrow": [],
4950
"tables": [null, ""],
5051
"openpyxl": [],
5152
"xlsxwriter": [],
5253
"xlrd": [],
5354
"xlwt": [],
5455
"odfpy": [],
55-
"pytest": [],
5656
"jinja2": [],
57-
// If using Windows with python 2.7 and want to build using the
58-
// mingw toolchain (rather than MSVC), uncomment the following line.
59-
// "libpython": [],
6057
},
6158
"conda_channels": ["defaults", "conda-forge"],
6259
// Combinations of libraries/python versions can be excluded/included

0 commit comments

Comments
 (0)