zhanghe-git opened a new issue, #6838:
URL: https://github.com/apache/paimon/issues/6838

   ### Search before asking
   
   - [x] I searched in the [issues](https://github.com/apache/paimon/issues) 
and found nothing similar.
   
   
   ### 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?
   
   - [x] I'm willing to submit a PR!


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to