diff options
author | Jarrod Millman <jarrod.millman@gmail.com> | 2022-08-19 13:43:25 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-19 13:43:25 -0700 |
commit | c2f2d5380fc50ff9683821bc6c9321cbbf032d4d (patch) | |
tree | e1377ff30453e53e8c1045af55dd268c6de62950 /requirements | |
parent | 99a925f695080787d077f620972c6552c4b0b4ba (diff) | |
download | networkx-c2f2d5380fc50ff9683821bc6c9321cbbf032d4d.tar.gz |
Update pygraphviz (#5934)
Diffstat (limited to 'requirements')
-rw-r--r-- | requirements/extra.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/extra.txt b/requirements/extra.txt index 75db0024..081f2b30 100644 --- a/requirements/extra.txt +++ b/requirements/extra.txt @@ -1,4 +1,4 @@ lxml>=4.6 -pygraphviz>=1.9 +pygraphviz>=1.10 pydot>=1.4.2 sympy>=1.10 |