File tree Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Expand file tree Collapse file tree 1 file changed +13
-7
lines changed Original file line number Diff line number Diff line change @@ -214,9 +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
- `functools32`
218
- Required for compatibility if running on versions of Python before
219
- Python 3.2.
217
+ `six <https://pypi.python.org/pypi/six>`_
218
+ Required for compatibility between python 2 and python 3
219
+
220
+
221
+ Dependencies for python 2
222
+ ^^^^^^^^^^^^^^^^^^^^^^^^^
223
+
224
+ `functools32 <https://pypi.python.org/pypi/functools32>`_
225
+ Required for compatibility if running on Python 2.7.
226
+
227
+ `subprocess32 <https://pypi.python.org/pypi/subprocess32/>`_
228
+ Optional, unix only. Backport of the subprocess standard library from 3.2+
229
+ for Python 2.7. It provides better error messages and timeout support.
220
230
221
231
222
232
Optional GUI framework
@@ -279,10 +289,6 @@ Required libraries that ship with matplotlib
279
289
`ttconv`
280
290
truetype font utility
281
291
282
- six 1.9.0
283
- Python 2/3 compatibility library. Do not use this in third-party
284
- code.
285
-
286
292
287
293
.. _build_linux:
288
294
You can’t perform that action at this time.
0 commit comments