Skip to content

Commit

Permalink
[python] adjust the networkx version
Browse files Browse the repository at this point in the history
  • Loading branch information
haoxins committed Dec 28, 2023
1 parent 64ebe09 commit 3867034
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 3867034

Please sign in to comment.