We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48f50b9 commit 3af9964Copy full SHA for 3af9964
requirements.txt
@@ -19,13 +19,13 @@ 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
23
-optuna==4.6.0
24
-umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
+scikit-learn==1.8.0
+optuna==4.7.0
+umap-learn==0.5.11 # Dimensionality reduction to visualize node embeddings in 2D
25
26
# --- Database connector ---
27
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