-
Notifications
You must be signed in to change notification settings - Fork 608
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
fix(deps): bump dependencies' lower bounds to reflect tested minimum version #8977
Conversation
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.
assuming CI passes
hrr, apparently |
I'm going to rebase and bump pyarrow lower bound to 7 |
numpy 1.23 isn't compatible with python 3.11, so don't run it
0bfb59f
to
e0f32f5
Compare
Let's just bump to 10.0.1 (because of this failure). |
Aaand pyarrow csv |
The failing clickhouse test looks flaky. I'll put up a separate PR for that. |
Actually, making that test less flaky will probably require the ability to prevent listing temp tables, so let's just rerun the clickhouse tests. |
merging |
Bump the lower bound of pandas to reflect the actual lower bound that we test against in CI. Also bump the upper bound in conda environmentl YAMLs for recent fixes to support pandas 2.2.
Closes #8795.