Skip to content

Commit 3af9964

Browse files
Update python-machine-learning-libs
1 parent 48f50b9 commit 3af9964

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

requirements.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ plotly[kaleido]==6.5.0
1919
seaborn==0.13.2 # To visualize clustering results
2020

2121
# --- 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
22+
scikit-learn==1.8.0
23+
optuna==4.7.0
24+
umap-learn==0.5.11 # Dimensionality reduction to visualize node embeddings in 2D
2525

2626
# --- Database connector ---
2727
neo4j==5.28.2
2828

2929
# --- Native/scientific packages (may require compilation) ---
3030
# These are included but may cause install errors in pip/venv
31-
shap==0.49.1 # For e.g. explaining anomaly detection results
31+
shap==0.50.0 # For e.g. explaining anomaly detection results

0 commit comments

Comments
 (0)