Skip to content

[Bug] PyPaimon relax overly strict dependency pins in paimon-python requirements #6838

@zhanghe-git

Description

@zhanghe-git

Search before asking

  • I searched in the 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?

  • I'm willing to submit a PR!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions