File tree Expand file tree Collapse file tree 2 files changed +10
-6
lines changed
Expand file tree Collapse file tree 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)
199199:term:`dateutil` 1.1 or later
200200 Provides extensions to python datetime handling. If using pip,
201201 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.
203206
204207`pyparsing`
205208 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
279279````````````````
280280matplotlib 1.3 includes an entirely rewritten setup script. We now
281281ship 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.
287288
288289XDG base directory support
289290``````````````````````````
You can’t perform that action at this time.
0 commit comments