Relax pyarrow requirement to below 15
Closed this issue · 1 comments
lmeyerov commented
A recent PR pinned the minimum pyarrow version to ^15.0.0
, but that's a fairly new version -- jan 21, 2024 -- and much of the pydata ecosystem is not there yet, e.g., the latest nvidia rapids is only 14.x, and much of the community is even earlier than that . This is preventing diretly including the mistral client in pydata builds as a managed dependency within louie.ai, and I'm assuming other systems would have the same challenge.
I'm guessing that pyarrow 15 format features are not necessary for the client. If so, I recommend going to the lowest supported, or if not known, removing this constraint.
References:
sophiamyang commented
Thanks for reporting the issue. We have removed pyarrow from the dependency.