feat(deps): support pyarrow 18#10381
Conversation
kszucs
left a comment
There was a problem hiding this comment.
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.