File tree 3 files changed +1
-8
lines changed
3 files changed +1
-8
lines changed Original file line number Diff line number Diff line change @@ -144,7 +144,6 @@ Matplotlib requires the following dependencies:
144
144
* `dateutil <https://pypi.python.org/pypi/python-dateutil >`_ (>= 2.1)
145
145
* `kiwisolver <https://github.com/nucleic/kiwi >`_ (>= 1.0.0)
146
146
* `pyparsing <https://pyparsing.wikispaces.com/ >`_
147
- * `pytz <http://pytz.sourceforge.net/ >`_
148
147
149
148
Optionally, you can also install a number of packages to enable better user
150
149
interface toolkits. See :ref: `what-is-a-backend ` for more details on the
Original file line number Diff line number Diff line change 1
1
:: This assumes you have installed all the dependencies via conda packages:
2
2
:: # 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
4
4
:: activate matplotlib_build
5
5
:: if you want qt backend, you also have to install pyqt
6
6
:: conda install pyqt
Original file line number Diff line number Diff line change @@ -90,12 +90,6 @@ Glossary
90
90
language widely used for scripting, application development, web
91
91
application servers, scientific computing and more.
92
92
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
-
99
93
Qt
100
94
`Qt <https://www.qt.io/ >`__ is a cross-platform
101
95
application framework for desktop and embedded development.
You can’t perform that action at this time.
0 commit comments