summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2018-09-10 15:25:05 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2018-09-10 15:35:03 -0700
commit970d38c432c053eb2b30c9e2126e218c820134e5 (patch)
treec163300f0e933dc9a57e48fafe7e44e5c80bd76d /INSTALL.rst
parentc7497dc90cd883df5546f8dd8fbb18f951d33b5a (diff)
downloadnetworkx-970d38c432c053eb2b30c9e2126e218c820134e5.tar.gz
Use pygraphviz 1.5
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index e8a6f48c..3b0cc987 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -96,7 +96,7 @@ The following optional packages provide additional functionality.
is a tabular data structure with labeled axes.
- `Matplotlib <http://matplotlib.org/>`_ (>= 2.2.2) provides flexible drawing of
graphs.
-- `PyGraphviz <http://pygraphviz.github.io/>`_ and
+- `PyGraphviz <http://pygraphviz.github.io/>`_ (>= 1.5) and
`pydot <https://github.com/erocarrera/pydot>`_ (>= 1.2.4) provide graph drawing
and graph layout algorithms via `GraphViz <http://graphviz.org/>`_.
- `PyYAML <http://pyyaml.org/>`_ provides YAML format reading and writing.