Search before asking
Paimon version
1.3.1
Compute Engine
pypaimon
Minimal reproduce step
What doesn't meet your expectations?
Problem
The current paimon-python/dev/requirements.txt pins several dependencies with strict == versions, e.g.:
- pandas==1.3.5
- pyarrow==7.0.0
- fastparquet==0.8.3
This makes pypaimon impossible to install in modern Python environments where:
- pandas 2.x is required by other libraries
- pyarrow has significantly advanced
- pip dependency resolver cannot find a valid solution
Anything else?
No response
Are you willing to submit a PR?