@@ -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
@@ -182,7 +181,7 @@ themselves.
182181Required Dependencies
183182^^^^^^^^^^^^^^^^^^^^^
184183
185- :term:`python` 2.6, 2.7, 3.3 or 3.4
184+ :term:`python` 2.6, 2.7, 3.3, 3.4, or 3.5
186185 `Download python <http://www.python.org/download/>`_.
187186
188187:term:`numpy` |minimum_numpy_version| (or later)
@@ -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
@@ -216,6 +208,9 @@ libpng 1.2 (or later)
216208:term:`freetype` 2.3 or later
217209 library for reading true type font files.
218210
211+ ``cycler`` 0.9 or later
212+ Composable cycle class used for constructing style-cycles
213+
219214
220215Optional GUI framework
221216^^^^^^^^^^^^^^^^^^^^^^
@@ -274,6 +269,11 @@ Required libraries that ship with matplotlib
274269`ttconv`
275270 truetype font utility
276271
272+ six 1.9.0
273+ Python 2/3 compatibility library. Do not use this in third-party
274+ code.
275+
276+
277277.. _build_linux:
278278
279279Building on Linux
0 commit comments