We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 76e63aa + b7d77b0 commit ebf9aedCopy full SHA for ebf9aed
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