We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e63aa commit b7d77b0Copy full SHA for b7d77b0
1 file changed
requirements.txt
@@ -20,9 +20,9 @@ plotly[kaleido]==6.2.0
20
seaborn==0.13.2 # To visualize clustering results
21
22
# --- Machine Learning / Optimization ---
23
-scikit-learn==1.6.1
+scikit-learn==1.7.2
24
optuna==4.5.0
25
-umap-learn==0.5.8 # Dimensionality reduction to visualize node embeddings in 2D
+umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
26
27
# --- Database connector ---
28
neo4j==5.28.2
0 commit comments