summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 197edace..6f946396 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -89,9 +89,9 @@ The following optional packages provide additional functionality. See the
files in the ``requirements/`` directory for information about specific
version requirements.
-- `NumPy <http://www.numpy.org/>`_ provides matrix representation of
- graphs and is used in some graph algorithms for high-performance matrix
- computations.
+- `NumPy <http://www.numpy.org/>`_ provides array-based dense
+ matrix representations of graphs and high-performance array math and linear
+ algebra which is used in some graph algorithms.
- `SciPy <http://scipy.org/>`_ provides sparse matrix representation
of graphs and many numerical scientific tools.
- `pandas <http://pandas.pydata.org/>`_ provides a DataFrame, which