From 20b5a7d7a24195d04cb90de26a894c35184e228b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:39:52 +0000 Subject: [PATCH 1/2] Update python-visualization-libs --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 6ed2b65d2..23a40275a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # --- Core tools --- jupyter==1.1.1 -matplotlib==3.10.5 +matplotlib==3.10.6 nbconvert[webpdf]==7.16.6 numpy==1.26.4 pandas==2.2.3 @@ -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.1 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization --- From 2752459669142dd4cc56f4c541e5bdec0cb2d6a8 Mon Sep 17 00:00:00 2001 From: JohT <7671054+JohT@users.noreply.github.com> Date: Wed, 8 Oct 2025 07:25:25 +0200 Subject: [PATCH 2/2] Update python-visualization-libs in conda environment --- conda-environment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conda-environment.yml b/conda-environment.yml index b71034667..1b37b6034 100644 --- a/conda-environment.yml +++ b/conda-environment.yml @@ -8,7 +8,7 @@ dependencies: - python=3.12.9 - _python_rc=1 # Needed on Mac since Python >= 3.12 - jupyter=1.1.1 - - matplotlib=3.10.5 + - matplotlib=3.10.6 - nbconvert=7.16.6 - nbconvert-webpdf=7.16.6 - numpy=1.26.4 @@ -19,7 +19,7 @@ dependencies: - opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction) - wordcloud=1.9.4 - monotonic=1.6 - - plotly=6.2.0 + - plotly=6.3.1 - python-kaleido=1.0.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