summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorJarrod Millman <jarrod.millman@gmail.com>2018-08-08 02:19:43 -0700
committerJarrod Millman <jarrod.millman@gmail.com>2018-08-08 02:39:33 -0700
commit2baab885d19f198aeb7eecb545afeeaea94624e6 (patch)
tree28b58dffccc250468364f58699d8d65a7a8083e4 /INSTALL.rst
parent2a138c3dd62b97295993cc9d01440bb5c1a86676 (diff)
downloadnetworkx-2baab885d19f198aeb7eecb545afeeaea94624e6.tar.gz
Update docs
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst12
1 files changed, 6 insertions, 6 deletions
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
<https://scipy.org/install.html>`_.
@@ -87,17 +87,17 @@ Optional packages
The following optional packages provide additional functionality.
-- `NumPy <http://www.numpy.org/>`_ (>= 1.12.0) provides matrix representation of
+- `NumPy <http://www.numpy.org/>`_ (>= 1.15.0) provides matrix representation of
graphs and is used in some graph algorithms for high-performance matrix
computations.
-- `SciPy <http://scipy.org/>`_ (>= 0.19.0) provides sparse matrix representation
+- `SciPy <http://scipy.org/>`_ (>= 1.1.0) provides sparse matrix representation
of graphs and many numerical scientific tools.
-- `pandas <http://pandas.pydata.org/>`_ (>= 0.20.0) provides a DataFrame, which
+- `pandas <http://pandas.pydata.org/>`_ (>= 0.23.3) provides a DataFrame, which
is a tabular data structure with labeled axes.
-- `Matplotlib <http://matplotlib.org/>`_ (>= 2.0.2) provides flexible drawing of
+- `Matplotlib <http://matplotlib.org/>`_ (>= 2.2.2) provides flexible drawing of
graphs.
- `PyGraphviz <http://pygraphviz.github.io/>`_ and
- `pydot <https://github.com/erocarrera/pydot>`_ (>= 1.2.3) provide graph drawing
+ `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.
- `gdal <http://www.gdal.org/>`_ provides shapefile format reading and writing.