Skip to content

Commit d401d41

Browse files
chris-b1pcluo
authored andcommitted
MAINT: asv with py3 on windows (pandas-dev#16139)
1 parent 1961dda commit d401d41

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

asv_bench/asv.conf.json

+3-5
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,14 @@
4646
"numexpr": [],
4747
"pytables": [null, ""], // platform dependent, see excludes below
4848
"tables": [null, ""],
49-
"libpython": [null, ""],
5049
"openpyxl": [],
5150
"xlsxwriter": [],
5251
"xlrd": [],
5352
"xlwt": [],
5453
"pytest": [],
54+
// If using Windows with python 2.7 and want to build using the
55+
// mingw toolchain (rather than MSVC), uncomment the following line.
56+
// "libpython": [],
5557
},
5658

5759
// Combinations of libraries/python versions can be excluded/included
@@ -80,10 +82,6 @@
8082
{"environment_type": "conda", "pytables": null},
8183
{"environment_type": "(?!conda).*", "tables": null},
8284
{"environment_type": "(?!conda).*", "pytables": ""},
83-
// On conda&win32, install libpython
84-
{"sys_platform": "(?!win32).*", "libpython": ""},
85-
{"environment_type": "conda", "sys_platform": "win32", "libpython": null},
86-
{"environment_type": "(?!conda).*", "libpython": ""}
8785
],
8886
"include": [],
8987

0 commit comments

Comments
 (0)