From 77774fb340dc1828207a8b43b030462785fb94f1 Mon Sep 17 00:00:00 2001 From: Ross Barnowski Date: Fri, 17 Jul 2020 15:10:11 -0700 Subject: MAINT: Remove dependency version info from INSTALL (#4081) * DOC: wording update. scipy installation almost never requires compilation now. * DOC,MAINT: Remove versions from INSTALL.rst Replace dependency version info in INSTALL with a link to the requirements. This prevents the INSTALL document from getting out-of-sync with the actual required dependency versions. * MAINT: Remove external link to requirements. --- INSTALL.rst | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'INSTALL.rst') diff --git a/INSTALL.rst b/INSTALL.rst index b6ddff97..197edace 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -80,24 +80,26 @@ Optional packages ----------------- .. note:: - Some optional packages (e.g., `scipy`, `gdal`) may require compiling + Some optional packages (e.g., `gdal`) may require compiling C or C++ code. If you have difficulty installing these packages with `pip`, please review the instructions for installing the full `scientific Python stack `_. -The following optional packages provide additional functionality. +The following optional packages provide additional functionality. See the +files in the ``requirements/`` directory for information about specific +version requirements. -- `NumPy `_ (>= 1.15.4) provides matrix representation of +- `NumPy `_ provides matrix representation of graphs and is used in some graph algorithms for high-performance matrix computations. -- `SciPy `_ (>= 1.1.0) provides sparse matrix representation +- `SciPy `_ provides sparse matrix representation of graphs and many numerical scientific tools. -- `pandas `_ (>= 0.23.3) provides a DataFrame, which +- `pandas `_ provides a DataFrame, which is a tabular data structure with labeled axes. -- `Matplotlib `_ (>= 3.0.2) provides flexible drawing of +- `Matplotlib `_ provides flexible drawing of graphs. -- `PyGraphviz `_ (>= 1.5) and - `pydot `_ (>= 1.2.4) provide graph drawing +- `PyGraphviz `_ and + `pydot `_ 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