Skip to content

Commit 5b5fea1

Browse files
Update dependency plotly to v6.3.0
1 parent e557278 commit 5b5fea1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

conda-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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.2.0
22+
- plotly=6.3.0
2323
- python-kaleido=1.0.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

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.2.0
19+
plotly[kaleido]==6.3.0
2020
seaborn==0.13.2 # To visualize clustering results
2121

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

0 commit comments

Comments
 (0)