Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Help pip resolver to make better decisions on Pyarrow version #25697

Merged
merged 1 commit into from
Aug 12, 2022

Commits on Aug 12, 2022

  1. Help pip resolved to make better decisions on Pyarrow version

    The pip resolver in `eager upgrade` mode on Python 3.10 decides
    to downgrade Pyarrow to 5.0.0 which triggers numpy not being
    compatible with 3.10 - even if Pyarrow 6.* is perfectly fine.
    
    Adding the limit to eager upgrade directly helps the resolver to
    make better decisions on it.
    potiuk committed Aug 12, 2022
    Configuration menu
    Copy the full SHA
    1bdeec0 View commit details
    Browse the repository at this point in the history