Skip to content

Commit 3279a3a

Browse files
renovate[bot]JohT
authored andcommitted
Update python-visualization-libs
1 parent 561e305 commit 3279a3a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

conda-environment.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- python=3.12.9
99
- _python_rc=1 # Needed on Mac since Python >= 3.12
1010
- jupyter=1.1.1
11-
- matplotlib=3.10.6
11+
- matplotlib=3.10.7
1212
- nbconvert=7.16.6
1313
- nbconvert-webpdf=7.16.6
1414
- numpy=1.26.4
@@ -19,8 +19,8 @@ dependencies:
1919
- opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
2020
- wordcloud=1.9.4
2121
- monotonic=1.6
22-
- plotly=6.3.1
23-
- python-kaleido=1.0.0 # To render plotly plots. Static image export for web-based visualization libraries.
22+
- plotly=6.4.0
23+
- python-kaleido=1.2.0 # To render plotly plots. Static image export for web-based visualization libraries.
2424
- scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
2525
- seaborn=0.13.2 # To visualize clustering results
2626
- optuna=4.5.0

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# --- Core tools ---
77
jupyter==1.1.1
8-
matplotlib==3.10.6
8+
matplotlib==3.10.7
99
nbconvert[webpdf]==7.16.6
1010
numpy==1.26.4
1111
pandas==2.2.3
@@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12
1616
# --- Visualization ---
1717
wordcloud==1.9.4
1818
monotonic==1.6
19-
plotly[kaleido]==6.3.1
19+
plotly[kaleido]==6.4.0
2020
seaborn==0.13.2 # To visualize clustering results
2121

2222
# --- Machine Learning / Optimization ---

0 commit comments

Comments
 (0)