@@ -62,9 +62,8 @@ you will also need to install compatible versions of
62
62
`setuptools <https://pypi.python.org/pypi/setuptools/>`_,
63
63
`numpy <https://pypi.python.org/pypi/numpy/>`_,
64
64
`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/>`_
68
67
in addition to
69
68
`matplotlib <http://matplotlib.org/downloads.html>`_.
70
69
@@ -182,7 +181,7 @@ themselves.
182
181
Required Dependencies
183
182
^^^^^^^^^^^^^^^^^^^^^
184
183
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
186
185
`Download python <http://www.python.org/download/>`_.
187
186
188
187
:term:`numpy` |minimum_numpy_version| (or later)
@@ -191,20 +190,13 @@ Required Dependencies
191
190
:term:`dateutil` 1.1 or later
192
191
Provides extensions to python datetime handling. If using pip,
193
192
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.
198
194
199
195
`pyparsing`
200
196
Required for matplotlib's mathtext math rendering support. If
201
197
using pip, easy_install or installing from source, the installer
202
198
will attempt to download and install `pyparsing` from PyPI.
203
199
204
- six 1.4 or later
205
- Python 2/3 compatibility library. This is also a dependency of
206
- :term:`dateutil`.
207
-
208
200
libpng 1.2 (or later)
209
201
library for loading and saving :term:`PNG` files (`download
210
202
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
@@ -216,6 +208,9 @@ libpng 1.2 (or later)
216
208
:term:`freetype` 2.3 or later
217
209
library for reading true type font files.
218
210
211
+ ``cycler`` 0.9 or later
212
+ Composable cycle class used for constructing style-cycles
213
+
219
214
220
215
Optional GUI framework
221
216
^^^^^^^^^^^^^^^^^^^^^^
@@ -274,6 +269,11 @@ Required libraries that ship with matplotlib
274
269
`ttconv`
275
270
truetype font utility
276
271
272
+ six 1.9.0
273
+ Python 2/3 compatibility library. Do not use this in third-party
274
+ code.
275
+
276
+
277
277
.. _build_linux:
278
278
279
279
Building on Linux
0 commit comments