File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments