We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7776e9d commit 6741b1cCopy full SHA for 6741b1c
conda-environment.yml
@@ -25,4 +25,4 @@ dependencies:
25
- umap-learn=0.5.9 # to visualize node embeddings in 2D (UMAP dimensionality reduction)
26
- shap=0.48.0
27
- pip:
28
- - neo4j==5.28.2
+ - neo4j==6.1.0
requirements.txt
@@ -24,7 +24,7 @@ optuna==4.6.0
24
umap-learn==0.5.9.post2 # Dimensionality reduction to visualize node embeddings in 2D
# --- Database connector ---
-neo4j==5.28.2
+neo4j==6.1.0
29
# --- Native/scientific packages (may require compilation) ---
30
# These are included but may cause install errors in pip/venv
0 commit comments