File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Matplotlib requires a large number of dependencies:
181
181
(for Python 2.7 only)
182
182
* `subprocess32 <https://pypi.python.org/pypi/subprocess32/ >`_ (for Python
183
183
2.7 only, on Linux and macOS only)
184
-
184
+ * ` kiwisolver < https://github.com/nucleic/kiwi >`__ (>= 1.0.0)
185
185
186
186
Optionally, you can also install a number of packages to enable better user
187
187
interface toolkits. See :ref: `what-is-a-backend ` for more details on the
@@ -193,8 +193,10 @@ optional Matplotlib backends and the capabilities they provide.
193
193
* `PyQt5 <https://pypi.python.org/pypi/PyQt5 >`_: for the Qt5Agg backend;
194
194
* :term: `pygtk ` (>= 2.4): for the GTK and the GTKAgg backend;
195
195
* :term: `wxpython ` (>= 2.9 or later): for the WX or WXAgg backend;
196
+ * `cairocffi <https://cairocffi.readthedocs.io/en/latest/ >`__ (>=
197
+ v0.8): for cairo based backends;
196
198
* `pycairo <https://pypi.python.org/pypi/pycairo >`_: for GTK3Cairo;
197
- * `Tornado <https://pypi.python.org/pypi/tornado >`_: for the WebAgg backend.
199
+ * `Tornado <https://pypi.python.org/pypi/tornado >`_: for the WebAgg backend;
198
200
199
201
For better support of animation output format and image file formats, LaTeX,
200
202
etc., you can install the following:
You can’t perform that action at this time.
0 commit comments