Skip to content
Open
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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ plotly[kaleido]==6.5.0
seaborn==0.13.2 # To visualize clustering results

# --- Machine Learning / Optimization ---
scikit-learn==1.7.2
scikit-learn==1.8.0
optuna==4.6.0
umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D

Expand All @@ -30,4 +30,4 @@ neo4j==5.28.2
# --- Native/scientific packages (may require compilation) ---
# These are included but may cause install errors in pip/venv
opentsne==1.0.4 # Dimensionality reduction to visualize node embeddings in 2D. Might get replaced by umap.
shap==0.49.1 # For e.g. explaining anomaly detection results
shap==0.50.0 # For e.g. explaining anomaly detection results
Loading