File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,10 @@ libpng 1.2 (or later)
199
199
:term:`dateutil` 1.1 or later
200
200
Provides extensions to python datetime handling. If using pip,
201
201
easy_install or installing from source, the installer will attempt
202
- to download and install `python_dateutil` from PyPI.
202
+ to download and install `python_dateutil` from PyPI. Note that
203
+ `python_dateutil` also depends on `six`. `pip` and other package
204
+ managers should handle installing that secondary dependency
205
+ automatically.
203
206
204
207
`pyparsing`
205
208
Required for matplotlib's mathtext math rendering support. If
Original file line number Diff line number Diff line change @@ -279,11 +279,12 @@ New setup script
279
279
````````````````
280
280
matplotlib 1.3 includes an entirely rewritten setup script. We now
281
281
ship fewer dependencies with the tarballs and installers themselves.
282
- Notably, `pytz `, `dateutil ` and `pyparsing ` are no longer included
283
- with matplotlib. You can either install them manually first, or let
284
- `pip ` install them as dependencies along with matplotlib. It is now
285
- possible to not include certain subcomponents, such as the unit test
286
- data, in the install. See `setup.cfg.template ` for more information.
282
+ Notably, `pytz `, `dateutil `, `pyparsing ` and `six ` are no longer
283
+ included with matplotlib. You can either install them manually first,
284
+ or let `pip ` install them as dependencies along with matplotlib. It
285
+ is now possible to not include certain subcomponents, such as the unit
286
+ test data, in the install. See `setup.cfg.template ` for more
287
+ information.
287
288
288
289
XDG base directory support
289
290
``````````````````````````
You can’t perform that action at this time.
0 commit comments