From 170f8b3b28e06a6b3bd903150ffb934f96dca67c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 20 Sep 2025 10:44:23 +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 ---