-
Notifications
You must be signed in to change notification settings - Fork 603
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
feat(deps): support pyarrow 18 #10381
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.
The nix build is failing for some reason, otherwise it looks good to me.
The reason is because the MacOS SDK that ships with nix is older than what pyarrow has published wheels for (and arrow-cpp in nixpkgs is at 18.0.0 yet so it can't be built from source (but I opened a PR for that NixOS/nixpkgs#351868)). It would be great if pyarrow continued to publish 11_0 arm64 macos wheels. |
@kszucs Should I open an issue about the additional arm64 macos wheels? |
We can also disable the aarch64-darwin build until NixOS/nixpkgs#346043 is merged into |
465037a
to
e380ace
Compare
I see this is included in 10.0.0 roadmap, any idea when will this be released? We are currently blocked by this because we need PyArrow 18 (we have tons of dependencies like spark etc, so it will only work with PyArrow 18 for Python 3.13). We can wait a bit if it's going to be release soon, otherwise I may conditionally drop ibis support for Python 3.13 |
Bump pyarrow upper bound to 18.