From 2711954a856d619d60b4c84991ab95fd1aa27a3c Mon Sep 17 00:00:00 2001 From: Thomas Li <47963215+lithomas1@users.noreply.github.com> Date: Mon, 16 Aug 2021 17:51:00 -0700 Subject: [PATCH] BENCH: Add pyarrow to env --- asv_bench/asv.conf.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/asv_bench/asv.conf.json b/asv_bench/asv.conf.json index e8e82edabbfa3..df50f67432fbb 100644 --- a/asv_bench/asv.conf.json +++ b/asv_bench/asv.conf.json @@ -46,17 +46,14 @@ "numba": [], "numexpr": [], "pytables": [null, ""], // platform dependent, see excludes below + "pyarrow": [], "tables": [null, ""], "openpyxl": [], "xlsxwriter": [], "xlrd": [], "xlwt": [], "odfpy": [], - "pytest": [], "jinja2": [], - // If using Windows with python 2.7 and want to build using the - // mingw toolchain (rather than MSVC), uncomment the following line. - // "libpython": [], }, "conda_channels": ["defaults", "conda-forge"], // Combinations of libraries/python versions can be excluded/included