Skip to content

[BUG] Pandas dependency is breaking other dependencies #211

@brunodd

Description

@brunodd

Pandas dependency is breaking other dependencies.

Describe the bug

When adding koheesio version 0.10.4, 0.10.3 or 0.10.2 this also installs pandas 2.3.1 which is not supported by many other libraries. This causes a breaking dependency graph.

Example:

ERROR: Cannot install databricks-sql-connector==4.0.5, koheesio[delta,pandas,pyspark,se]==0.10.4 and pandas==2.3.1 because these package versions have conflicting dependencies.

Steps to Reproduce

  1. Create a new poetry project
  2. Add koheesio[delta,pandas,pyspark,se]==0.10.4 as a dependency
  3. Add databricks-sql-connector==4.0.5 as a dependency

Expected behavior

Screenshots

Environment

  • OS: MacOS

Additional context

Applicable Stack Trace

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions