-
Notifications
You must be signed in to change notification settings - Fork 356
Closed
Labels
tech-debtLeftovers from previous work. Should be fixed over timeLeftovers from previous work. Should be fixed over time
Description
The dlt Dashboard, installed via dlt[workspace] shouldn't depend on pandas. Pandas is a heavy dependency and is not required. The marimo UI can render pyarrow tables directly. Also, having the duckdb group in ibis-framework[duckdb] installs pandas and numpy as dependencies. They are not required for ibis to work.
Ideal dependencies would be be:
workspace = [
"duckdb",
"ibis-framework",
"pyarrow",
"pyarrow-hotfix",
"marimo",
]Metadata
Metadata
Assignees
Labels
tech-debtLeftovers from previous work. Should be fixed over timeLeftovers from previous work. Should be fixed over time
Type
Projects
Status
Done