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
2 changes: 1 addition & 1 deletion conda-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- pandas=2.2.3
- pip=25.0.1
- setuptools=80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
- typing-extensions=4.12.2 # Also needed for opentsne and Python >= 3.12
- typing-extensions=4.15.0 # Also needed for opentsne and Python >= 3.12
- opentsne=1.0.4 # to visualize node embeddings in 2D (t-SNE dimensionality reduction)
- wordcloud=1.9.4
- monotonic=1.6
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ numpy==1.26.4
pandas==2.3.3
pip==25.3
setuptools==80.9.0 # opentsne uses sklearn.base uses joblib uses distutils missing in Python >= 12 (TODO use native openTSNE?)
typing-extensions==4.12.2 # Needed for opentsne and Python >= 3.12
typing-extensions==4.15.0 # Needed for opentsne and Python >= 3.12

# --- Visualization ---
wordcloud==1.9.4
Expand Down
Loading