-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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
- Create a new poetry project
- Add
koheesio[delta,pandas,pyspark,se]==0.10.4as a dependency - Add
databricks-sql-connector==4.0.5as a dependency
Expected behavior
Screenshots
Environment
- OS: MacOS
Additional context
Applicable Stack Trace
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
Type
Projects
Status
No status