diff --git a/requirements.txt b/requirements.txt index bc4249a98..f7ef5c8da 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,7 +20,7 @@ plotly[kaleido]==6.5.0 seaborn==0.13.2 # To visualize clustering results # --- Machine Learning / Optimization --- -scikit-learn==1.7.2 +scikit-learn==1.8.0 optuna==4.6.0 umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D @@ -30,4 +30,4 @@ neo4j==5.28.2 # --- Native/scientific packages (may require compilation) --- # These are included but may cause install errors in pip/venv opentsne==1.0.4 # Dimensionality reduction to visualize node embeddings in 2D. Might get replaced by umap. -shap==0.49.1 # For e.g. explaining anomaly detection results \ No newline at end of file +shap==0.50.0 # For e.g. explaining anomaly detection results \ No newline at end of file