We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990e51a commit 50825ffCopy full SHA for 50825ff
requirements.txt
@@ -19,7 +19,7 @@ plotly[kaleido]==6.5.0
19
seaborn==0.13.2 # To visualize clustering results
20
21
# --- Machine Learning / Optimization ---
22
-scikit-learn==1.7.2
+scikit-learn==1.8.0
23
optuna==4.6.0
24
umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
25
@@ -28,4 +28,4 @@ neo4j==5.28.2
28
29
# --- Native/scientific packages (may require compilation) ---
30
# These are included but may cause install errors in pip/venv
31
-shap==0.49.1 # For e.g. explaining anomaly detection results
+shap==0.50.0 # For e.g. explaining anomaly detection results
0 commit comments