Skip to content

Commit e029895

Browse files
committed
Specify Neo4j driver version separately
1 parent ad3308c commit e029895

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

cypher/scripts/install-dependencies.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ cd ..
88

99
. scripts/vars.sh
1010

11-
pip3 install --user neo4j==${NEO4J_VERSION} python-dateutil
11+
pip3 install --user neo4j==${NEO4J_DRIVER_VERSION} python-dateutil

cypher/scripts/vars.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export NEO4J_CONTAINER_ROOT=`pwd`/scratch
66
export NEO4J_CSV_POSTFIX=_0_0.csv
77
export NEO4J_DATA_DIR=${NEO4J_CONTAINER_ROOT}/data
88
export NEO4J_ENV_VARS=""
9+
export NEO4J_DRIVER_VERSION=4.4.11
910
export NEO4J_VERSION=4.4.24
1011

1112
if [[ `uname -m` == "arm64" ]]; then

0 commit comments

Comments
 (0)