File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -214,10 +214,13 @@ 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`
217
+ `functools32 <https://pypi.python.org/pypi/functools32>`_
218
218
Required for compatibility if running on versions of Python before
219
219
Python 3.2.
220
220
221
+ `six <https://pypi.python.org/pypi/six>`_
222
+ Required for compatibility if running python2.7
223
+
221
224
222
225
Optional GUI framework
223
226
^^^^^^^^^^^^^^^^^^^^^^
@@ -265,6 +268,9 @@ Optional dependencies
265
268
required, but can make installation go more smoothly if the libraries and
266
269
headers are not in the expected locations.
267
270
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.
268
274
269
275
Required libraries that ship with matplotlib
270
276
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
You can’t perform that action at this time.
0 commit comments