File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
149148Optionally, you can also install a number of packages to enable better user
150149interface toolkits. See :ref: `what-is-a-backend ` for more details on the
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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.
You can’t perform that action at this time.
0 commit comments