@@ -214,12 +214,19 @@ Required Dependencies
214
214
`cycler <http://matplotlib.org/cycler/>`__ 0.10.0 or later
215
215
Composable cycle class used for constructing style-cycles
216
216
217
+ Required dependencies for python 2
218
+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
219
+
217
220
`functools32 <https://pypi.python.org/pypi/functools32>`_
218
221
Required for compatibility if running on versions of Python before
219
222
Python 3.2.
220
223
221
224
`six <https://pypi.python.org/pypi/six>`_
222
- Required for compatibility if running python2.7
225
+ Required for compatibility between python 2 and python 3
226
+
227
+ `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228
+ Backport of the subprocess standard library from 3.2 for python2. It
229
+ includes better timeout support.
223
230
224
231
225
232
Optional GUI framework
@@ -268,9 +275,6 @@ Optional dependencies
268
275
required, but can make installation go more smoothly if the libraries and
269
276
headers are not in the expected locations.
270
277
271
- `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
272
- Backport of the subprocess standard library from 3.2 for python2. It
273
- includes better timeout support.
274
278
275
279
Required libraries that ship with matplotlib
276
280
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -285,10 +289,6 @@ Required libraries that ship with matplotlib
285
289
`ttconv`
286
290
truetype font utility
287
291
288
- six 1.9.0
289
- Python 2/3 compatibility library. Do not use this in third-party
290
- code.
291
-
292
292
293
293
.. _build_linux:
294
294
0 commit comments