We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b5a7d commit 2752459Copy full SHA for 2752459
conda-environment.yml
@@ -8,7 +8,7 @@ dependencies:
8
- python=3.12.9
9
- _python_rc=1 # Needed on Mac since Python >= 3.12
10
- jupyter=1.1.1
11
- - matplotlib=3.10.5
+ - matplotlib=3.10.6
12
- nbconvert=7.16.6
13
- nbconvert-webpdf=7.16.6
14
- numpy=1.26.4
@@ -19,7 +19,7 @@ dependencies:
19
- opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
20
- wordcloud=1.9.4
21
- monotonic=1.6
22
- - plotly=6.2.0
+ - plotly=6.3.1
23
- python-kaleido=1.0.0 # To render plotly plots. Static image export for web-based visualization libraries.
24
- scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
25
- seaborn=0.13.2 # To visualize clustering results
0 commit comments