Skip to content
Open
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
8 changes: 4 additions & 4 deletions conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ dependencies:
- _python_rc=1 # Needed on Mac since Python >= 3.12
- jupyter=1.1.1
- matplotlib=3.10.8
- nbconvert=7.16.6
- nbconvert-webpdf=7.16.6
- numpy=2.2.5
- nbconvert=7.17.1
- nbconvert-webpdf=7.17.1
- numpy=2.4.4
- pandas=2.2.3
- pip=26.0.1
- setuptools=80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
- wordcloud=1.9.6
- monotonic=1.6
- plotly=6.5.2
- plotly=6.7.0
- python-kaleido=1.2.0 # To render plotly plots. Static image export for web-based visualization libraries.
- scikit-learn=1.8.0 # For anomaly detection HDBSCAN clustering, scores like AMI, and others
- seaborn=0.13.2 # To visualize clustering results
Expand Down
6 changes: 3 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@
# --- Core tools ---
jupyter==1.1.1
matplotlib==3.10.8
nbconvert[webpdf]==7.17.0
numpy==2.2.5
nbconvert[webpdf]==7.17.1
numpy==2.4.4
pandas==2.3.3
pip==26.0.1
setuptools==80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)

# --- Visualization ---
wordcloud==1.9.6
monotonic==1.6
plotly[kaleido]==6.5.2
plotly[kaleido]==6.7.0
seaborn==0.13.2 # To visualize clustering results

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