File tree 1 file changed +3
-5
lines changed
1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 46
46
"numexpr" : [],
47
47
"pytables" : [null , " " ], // platform dependent, see excludes below
48
48
"tables" : [null , " " ],
49
- "libpython" : [null , " " ],
50
49
"openpyxl" : [],
51
50
"xlsxwriter" : [],
52
51
"xlrd" : [],
53
52
"xlwt" : [],
54
53
"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": [],
55
57
},
56
58
57
59
// Combinations of libraries/python versions can be excluded/included
80
82
{"environment_type" : " conda" , "pytables" : null },
81
83
{"environment_type" : " (?!conda).*" , "tables" : null },
82
84
{"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" : " " }
87
85
],
88
86
"include" : [],
89
87
You can’t perform that action at this time.
0 commit comments