Skip to content

Dependency versioning #588

@JayThomason

Description

@JayThomason

I would like to try using deltacat to replace using ray data with read_parquet and write_parquet on S3.

Unfortunately I cannot try deltacat with some of my team's most important datasets because there is a backwards incompatibility in ray 2.49+ which prevents reading tensor columns with older versions of ray.

Right now deltacat pins most of its dependencies to specific versions, for example ray is pinned to 2.46.0, a ~7 month old release.

It would be easier to use deltacat if it provided a wider range of compatible dependency versions for each release, e.g. ray>=2.X.0 or similar.

Is there a reason all of the dependency versions have to be pinned like this or would this be a viable change?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions