@@ -62,9 +62,8 @@ you will also need to install compatible versions of
6262`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
6363`numpy <https://pypi.python.org/pypi/numpy/>`_,
6464`python-dateutil <https://pypi.python.org/pypi/python-dateutil/>`_,
65- `pytz <https://pypi.python.org/pypi/pytz>`_,
66- `pyparsing <https://pypi.python.org/pypi/pyparsing/>`_ and
67- `six <https://pypi.python.org/pypi/six>`_
65+ `pytz <https://pypi.python.org/pypi/pytz>`_, and
66+ `pyparsing <https://pypi.python.org/pypi/pyparsing/>`_
6867in addition to
6968`matplotlib <http://matplotlib.org/downloads.html>`_.
7069
@@ -191,20 +190,13 @@ Required Dependencies
191190:term:`dateutil` 1.1 or later
192191 Provides extensions to python datetime handling. If using pip,
193192 easy_install or installing from source, the installer will attempt
194- to download and install `python_dateutil` from PyPI. Note that
195- `python_dateutil` also depends on `six`. `pip` and other package
196- managers should handle installing that secondary dependency
197- automatically.
193+ to download and install `python_dateutil` from PyPI.
198194
199195`pyparsing`
200196 Required for matplotlib's mathtext math rendering support. If
201197 using pip, easy_install or installing from source, the installer
202198 will attempt to download and install `pyparsing` from PyPI.
203199
204- six 1.4 or later
205- Python 2/3 compatibility library. This is also a dependency of
206- :term:`dateutil`.
207-
208200libpng 1.2 (or later)
209201 library for loading and saving :term:`PNG` files (`download
210202 <http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
@@ -277,6 +269,11 @@ Required libraries that ship with matplotlib
277269`ttconv`
278270 truetype font utility
279271
272+ six 1.9.0
273+ Python 2/3 compatibility library. Do not use this in third-party
274+ code.
275+
276+
280277.. _build_linux:
281278
282279Building on Linux
0 commit comments