From 0c23373a772ab2c205e23ad366569632a57f278b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 01:25:28 +0000 Subject: [PATCH] Update dependency plotly to v6.5.0 --- conda-environment.yml | 4 ++-- requirements.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/conda-environment.yml b/conda-environment.yml index edebbe8f6..7ecfd182d 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -19,8 +19,8 @@ dependencies: - opentsne=1.0.4 # to visualize node embeddings in 2D (t-SNE dimensionality reduction) - wordcloud=1.9.4 - monotonic=1.6 - - plotly=6.4.0 - - python-kaleido=1.2.0 # To render plotly plots. Static image export for web-based visualization libraries. + - plotly=6.5.0 + - python-kaleido=1.1.0 # To render plotly plots. Static image export for web-based visualization libraries. - scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others - seaborn=0.13.2 # To visualize clustering results - optuna=4.6.0 diff --git a/requirements.txt b/requirements.txt index 20849d35c..bc4249a98 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.4.0 +plotly[kaleido]==6.5.0 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization ---