From 0f5122fd7641a69065fab6a3513b0004917da7bf Mon Sep 17 00:00:00 2001 From: DanielAvdar <66269169+DanielAvdar@users.noreply.github.com> Date: Sun, 22 Dec 2024 15:16:49 +0200 Subject: [PATCH] Remove kaleido from mandatory dependencies 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 <66269169+DanielAvdar@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1baa375488..1ae0807691 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",