You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BLD: allow to build with non-MSVC compilers on Windows
Always passing --vsenv to meson means pandas can't be built with gcc/clang
on Windows.
Instead add it to the cibuildwheel config so MSVC is still forced in CI
when building wheels, and in various places where it is built via pip.
0 commit comments