Skip to content

Commit 5fdd895

Browse files
committed
Merge pull request matplotlib#3429 from tacaswell/pytz_doc
DOC : added pytz to optional dependencies docs
2 parents 20c9c46 + 7787066 commit 5fdd895

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

INSTALL

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -247,6 +247,12 @@ Optional dependencies
247247
freetype 2.3 available, please edit L945 of `setupext.py` to reduce
248248
`min_version` to 2.3.
249249

250+
`pytz`
251+
Required if you want to manipulate datetime objects which are time-zone
252+
aware. An exception will be raised if you try to make time-zone aware
253+
plots with out `pytz` installed. It will become a required dependency
254+
in 1.4.1.
255+
250256

251257
Required libraries that ship with matplotlib
252258
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)