Skip to content

Commit b2902e3

Browse files
Update python-machine-learning-libs
1 parent dd04305 commit b2902e3

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
@@ -20,7 +20,7 @@ plotly[kaleido]==6.5.0
2020
seaborn==0.13.2 # To visualize clustering results
2121

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

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

0 commit comments

Comments
 (0)