Skip to content

Commit 50825ff

Browse files
Update python-machine-learning-libs
1 parent 990e51a commit 50825ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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
22+
scikit-learn==1.8.0
2323
optuna==4.6.0
2424
umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
2525

@@ -28,4 +28,4 @@ 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)