File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Matplotlib requires a large number of dependencies:
181181 (for Python 2.7 only)
182182 * `subprocess32 <https://pypi.python.org/pypi/subprocess32/ >`_ (for Python
183183 2.7 only, on Linux and macOS only)
184-
184+ * ` kiwisolver < https://github.com/nucleic/kiwi >`__ (>= 1.0.0)
185185
186186Optionally, you can also install a number of packages to enable better user
187187interface toolkits. See :ref: `what-is-a-backend ` for more details on the
@@ -193,8 +193,10 @@ optional Matplotlib backends and the capabilities they provide.
193193 * `PyQt5 <https://pypi.python.org/pypi/PyQt5 >`_: for the Qt5Agg backend;
194194 * :term: `pygtk ` (>= 2.4): for the GTK and the GTKAgg backend;
195195 * :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;
196198 * `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;
198200
199201For better support of animation output format and image file formats, LaTeX,
200202etc., you can install the following:
You can’t perform that action at this time.
0 commit comments