Skip to content

Commit d34005b

Browse files
committed
[python] adjust the networkx version
1 parent 64ebe09 commit d34005b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

python/requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ msgpack>=1.0.5
77
mypy-protobuf>=3.4.0
88
neo4j==5.10.0
99
nest_asyncio
10-
networkx==2.8.0;python_version>="3.8"
11-
networkx==2.6.0;python_version<"3.8"
10+
networkx==3.2.1;python_version>="3.12"
11+
networkx==2.8.8;python_version<="3.11"
12+
networkx==2.6.0;python_version=="3.7"
1213
numpy
1314
orjson
1415
packaging

0 commit comments

Comments
 (0)