Skip to content

Commit 75c5c48

Browse files
committed
DOC: Remove pytz from documentation
1 parent 23b41b1 commit 75c5c48

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

INSTALL.rst

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ Matplotlib requires the following dependencies:
144144
* `dateutil <https://pypi.python.org/pypi/python-dateutil>`_ (>= 2.1)
145145
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
146146
* `pyparsing <https://pyparsing.wikispaces.com/>`_
147-
* `pytz <http://pytz.sourceforge.net/>`_
148147

149148
Optionally, you can also install a number of packages to enable better user
150149
interface toolkits. See :ref:`what-is-a-backend` for more details on the

build_alllocal.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:: This assumes you have installed all the dependencies via conda packages:
22
:: # create a new environment with the required packages
3-
:: conda create -n "matplotlib_build" python=3.5 numpy python-dateutil pyparsing pytz tornado cycler tk libpng zlib freetype
3+
:: conda create -n "matplotlib_build" python=3.5 numpy python-dateutil pyparsing tornado cycler tk libpng zlib freetype
44
:: activate matplotlib_build
55
:: if you want qt backend, you also have to install pyqt
66
:: conda install pyqt

doc/glossary/index.rst

-6
Original file line numberDiff line numberDiff line change
@@ -90,12 +90,6 @@ Glossary
9090
language widely used for scripting, application development, web
9191
application servers, scientific computing and more.
9292

93-
pytz
94-
`pytz <http://pythonhosted.org/pytz/>`_ provides the Olson tz
95-
database in Python. it allows accurate and cross platform
96-
timezone calculations and solves the issue of ambiguous times at
97-
the end of daylight savings
98-
9993
Qt
10094
`Qt <https://www.qt.io/>`__ is a cross-platform
10195
application framework for desktop and embedded development.

0 commit comments

Comments
 (0)