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
Bump pyarrow to 16.1.0 minimum version for several providers (apache#52635)
Pyarrow < 16.1.0 does not play well with numpy 2. Bumping it to
16.1.0 as minimum version should make compatibility tests to not
downgrade to versions that are not compoatible when numpy 2 is
already installed. It should also prevent our users from accidentally
downgrading pyarrow or not upgrading it when numpy is upgraded
to >= 2.0.0.
0 commit comments