File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 55
66# --- Core tools ---
77jupyter == 1.1.1
8- matplotlib == 3.10.6
8+ matplotlib == 3.10.7
99nbconvert [webpdf ]== 7.16.6
1010numpy == 1.26.4
1111pandas == 2.2.3
@@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12
1616# --- Visualization ---
1717wordcloud == 1.9.4
1818monotonic == 1.6
19- plotly [kaleido ]== 6.3.1
19+ plotly [kaleido ]== 6.4.0
2020seaborn == 0.13.2 # To visualize clustering results
2121
2222# --- Machine Learning / Optimization ---
You can’t perform that action at this time.
0 commit comments