From d339504d971305be2bb49628c1e9de1e7fb95243 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 08:01:42 +0000 Subject: [PATCH] Update dependency plotly to v6.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6ed2b65d2..1f50cc416 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12 # --- Visualization --- wordcloud==1.9.4 monotonic==1.6 -plotly[kaleido]==6.2.0 +plotly[kaleido]==6.3.0 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization ---