From 2baab885d19f198aeb7eecb545afeeaea94624e6 Mon Sep 17 00:00:00 2001 From: Jarrod Millman Date: Wed, 8 Aug 2018 02:19:43 -0700 Subject: Update docs --- INSTALL.rst | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index ee28deee..e8a6f48c 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -1,7 +1,7 @@ Install ======= -NetworkX requires Python 2.7, 3.4, 3.5, or 3.6. If you do not already +NetworkX requires Python 2.7, 3.5, 3.6, or 3.7. If you do not already have a Python environment configured on your computer, please see the instructions for installing the full `scientific Python stack `_. @@ -87,17 +87,17 @@ Optional packages The following optional packages provide additional functionality. -- `NumPy `_ (>= 1.12.0) provides matrix representation of +- `NumPy `_ (>= 1.15.0) provides matrix representation of graphs and is used in some graph algorithms for high-performance matrix computations. -- `SciPy `_ (>= 0.19.0) provides sparse matrix representation +- `SciPy `_ (>= 1.1.0) provides sparse matrix representation of graphs and many numerical scientific tools. -- `pandas `_ (>= 0.20.0) provides a DataFrame, which +- `pandas `_ (>= 0.23.3) provides a DataFrame, which is a tabular data structure with labeled axes. -- `Matplotlib `_ (>= 2.0.2) provides flexible drawing of +- `Matplotlib `_ (>= 2.2.2) provides flexible drawing of graphs. - `PyGraphviz `_ and - `pydot `_ (>= 1.2.3) provide graph drawing + `pydot `_ (>= 1.2.4) provide graph drawing and graph layout algorithms via `GraphViz `_. - `PyYAML `_ provides YAML format reading and writing. - `gdal `_ provides shapefile format reading and writing. -- cgit v1.2.1