@@ -196,6 +196,16 @@ libpng 1.2 (or later)
196
196
user, you can ignore this since we build support into the
197
197
matplotlib single click installer.
198
198
199
+ :term:`dateutil` 1.1 or later
200
+ Provides extensions to python datetime handling. If using pip,
201
+ easy_install or installing from source, the installer will attempt
202
+ to download and install `python_dateutil` from PyPI.
203
+
204
+ :term:`pyparsing`
205
+ Required for matplotlib's mathtext math rendering support. If
206
+ using pip, easy_install or installing from source, the installer
207
+ will attempt to download and install `pyparsing` from PyPI.
208
+
199
209
**Optional**
200
210
201
211
These are optional packages which you may want to install to use
@@ -230,17 +240,8 @@ backends and the capabilities they provide.
230
240
agg template source statically, so it will not affect anything on
231
241
your system outside of matplotlib.
232
242
233
- :term:`pytz` 2007g or later
234
- timezone handling for python datetime objects. By default,
235
- matplotlib will install pytz if it isn't already installed on your
236
- system. To override the default, use :file:`setup.cfg` to force or
237
- prevent installation of pytz.
238
-
239
- :term:`dateutil` 1.1 or later
240
- provides extensions to python datetime handling. By default, matplotlib
241
- will install dateutil if it isn't already installed on your
242
- system. To override the default, use :file:`setup.cfg` to force
243
- or prevent installation of dateutil.
243
+ :term:`PyCXX` 6.2.4
244
+ A library for writing Python extensions in C++.
244
245
245
246
.. _build_osx:
246
247
0 commit comments