Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python=3.12.9
- _python_rc=1 # Needed on Mac since Python >= 3.12
- jupyter=1.1.1
- matplotlib=3.10.5
- matplotlib=3.10.6
- nbconvert=7.16.6
- nbconvert-webpdf=7.16.6
- numpy=1.26.4
Expand All @@ -19,7 +19,7 @@ dependencies:
- opentsne=1.0.2 # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
- wordcloud=1.9.4
- monotonic=1.6
- plotly=6.2.0
- plotly=6.3.1
- python-kaleido=1.0.0 # To render plotly plots. Static image export for web-based visualization libraries.
- scikit-learn=1.6.1 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
- seaborn=0.13.2 # To visualize clustering results
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# --- Core tools ---
jupyter==1.1.1
matplotlib==3.10.5
matplotlib==3.10.6
nbconvert[webpdf]==7.16.6
numpy==1.26.4
pandas==2.2.3
Expand All @@ -16,7 +16,7 @@ typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12
# --- Visualization ---
wordcloud==1.9.4
monotonic==1.6
plotly[kaleido]==6.2.0
plotly[kaleido]==6.3.1
seaborn==0.13.2 # To visualize clustering results

# --- Machine Learning / Optimization ---
Expand Down
Loading