Skip to content

Commit

Permalink
revert networkx version
Browse files Browse the repository at this point in the history
  • Loading branch information
acezen committed Apr 18, 2024
1 parent b264286 commit 2798da7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ msgpack>=1.0.5
mypy-protobuf>=3.4.0
neo4j==5.10.0
nest_asyncio
networkx==3.2.1;python_version>="3.12"
# 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
Expand Down

0 comments on commit 2798da7

Please sign in to comment.