Skip to content

Commit dd04305

Browse files
authored
Merge pull request #479 from JohT/renovate/python-visualization-libs
Update dependency plotly to v6.5.0
2 parents 45d88c6 + 0c23373 commit dd04305

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

conda-environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ dependencies:
1919
- opentsne=1.0.4 # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
2020
- wordcloud=1.9.4
2121
- monotonic=1.6
22-
- plotly=6.4.0
23-
- python-kaleido=1.2.0 # To render plotly plots. Static image export for web-based visualization libraries.
22+
- plotly=6.5.0
23+
- python-kaleido=1.1.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.6.0

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.4.0
19+
plotly[kaleido]==6.5.0
2020
seaborn==0.13.2 # To visualize clustering results
2121

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

0 commit comments

Comments
 (0)