Search before asking
Motivation
Hi maintainers,
pypaimon==1.3.1 currently pins pyarrow==16, which causes dependency conflicts with newer packages in the Python data ecosystem.
For example, in my case:
py-data-juicer[all]==1.5.1 depends on pypaimon>=1.3.1
datasets>=4.7.0 requires pyarrow>=21.0.0
This makes the environment unsatisfiable when both are needed.
Would it be possible to relax the pyarrow pin, or validate/support newer pyarrow versions?
If the strict pin is required, could you clarify whether this is due to API/ABI compatibility constraints?
Thanks.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?
Search before asking
Motivation
Hi maintainers,
pypaimon==1.3.1currently pinspyarrow==16, which causes dependency conflicts with newer packages in the Python data ecosystem.For example, in my case:
py-data-juicer[all]==1.5.1depends onpypaimon>=1.3.1datasets>=4.7.0requirespyarrow>=21.0.0This makes the environment unsatisfiable when both are needed.
Would it be possible to relax the
pyarrowpin, or validate/support newerpyarrowversions?If the strict pin is required, could you clarify whether this is due to API/ABI compatibility constraints?
Thanks.
Solution
No response
Anything else?
No response
Are you willing to submit a PR?