Skip to content

Commit

Permalink
build(python): adjust the networkx version (#3463)
Browse files Browse the repository at this point in the history
Fixes #3563 

Co-authored-by: Weibin Zeng <qiaozi.zwb@alibaba-inc.com>
Co-authored-by: Jingbo Xu <xujingbo.xjb@alibaba-inc.com>
  • Loading branch information
3 people committed Apr 18, 2024
1 parent b4eccc3 commit 9cf5de8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9cf5de8

Please sign in to comment.