- Notifications
You must be signed in to change notification settings - Fork321
fix: avoid overly strict dependency on pyarrow 3.x#564
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Excludes bignumeric_type from all extra
tswast commentedMar 19, 2021
I suspect that the reason it wasn't failing on Kokoro but it was for me is that our Kokoro setup has an older version of pip that didn't have as strict of dependency resolver. |
plamut left a comment• edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
I suppose the assumption is that users who want BIGNUMERIC support will not use "all", but by explicitly specifying the "bignumeric_type" extra?
The change can be breaking for users that decided to use the fairly recently added BIGNUMERIC support through the "all" extra, but that's probably less bad than everyone else on Python3.6 Mac already using the "all" extra, but are now suddenly facing a regression due to a feature they did not voluntarily request.
Excludes bignumeric_type from all extra
Thank you for opening a Pull Request! Before submitting your PR, there are a few things you can do to make sure it goes smoothly:
Fixes#563 🦕