Skip to content

Commit

Permalink
Remove kaleido from mandatory dependencies
Browse files Browse the repository at this point in the history
Commented out the kaleido dependency in `pyproject.toml`. This change reduces the default dependency footprint, potentially easing installation for users who do not require kaleido.

Signed-off-by: DanielAvdar <[email protected]>
  • Loading branch information
DanielAvdar committed Dec 22, 2024
1 parent 99ba23f commit 0f5122f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ dependencies = [
"nlp-primitives >= 2.9.0",
"networkx >= 2.7",
"plotly >= 5.0.0",
"kaleido >= 0.2.0",
# "kaleido >= 0.2.0",
"ipywidgets >= 7.5",
"xgboost >= 1.7.0.post0",
"catboost >= 1.1.1",
Expand Down

0 comments on commit 0f5122f

Please sign in to comment.