From 3279a3a9ed692e54cfe1015a22516a68a4bf4297 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:09:03 +0000 Subject: [PATCH] Update python-visualization-libs --- conda-environment.yml | 6 +++--- requirements.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/conda-environment.yml b/conda-environment.yml index 1b37b6034..513eeb8f2 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.6 + - matplotlib=3.10.7 - nbconvert=7.16.6 - nbconvert-webpdf=7.16.6 - numpy=1.26.4 @@ -19,8 +19,8 @@ dependencies: - opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction) - wordcloud=1.9.4 - monotonic=1.6 - - plotly=6.3.1 - - python-kaleido=1.0.0 # To render plotly plots. Static image export for web-based visualization libraries. + - plotly=6.4.0 + - python-kaleido=1.2.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.5.0 diff --git a/requirements.txt b/requirements.txt index 161c7550c..7822d22d4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ # --- Core tools --- jupyter==1.1.1 -matplotlib==3.10.6 +matplotlib==3.10.7 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.3.1 +plotly[kaleido]==6.4.0 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization ---