From 9cf5de85edde2834336d72444033a02d11ccff0f Mon Sep 17 00:00:00 2001 From: Xin Hao Date: Thu, 18 Apr 2024 15:06:20 +0800 Subject: [PATCH] build(python): adjust the networkx version (#3463) Fixes #3563 Co-authored-by: Weibin Zeng Co-authored-by: Jingbo Xu --- python/requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/python/requirements.txt b/python/requirements.txt index c898a22c2a79..49d5effcf71b 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -7,8 +7,9 @@ msgpack>=1.0.5 mypy-protobuf>=3.4.0 neo4j==5.10.0 nest_asyncio -networkx==2.8.0;python_version>="3.8" -networkx==2.6.0;python_version<"3.8" +networkx==3.2.1;python_version>="3.12" +networkx==2.6.0;python_version=="3.7" +networkx==2.8.8;python_version<="3.11" numpy orjson packaging