Skip to content

Commit b5b9a63

Browse files
authored
Merge pull request #11304 from anntzer/sixless
Re-remove six from INSTALL.rst.
2 parents df8a02b + f7d75ff commit b5b9a63

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

INSTALL.rst

+4-5
Original file line numberDiff line numberDiff line change
@@ -136,16 +136,15 @@ Dependencies
136136
Matplotlib requires the following dependencies:
137137

138138
* `Python <https://www.python.org/downloads/>`_ (>= 3.5)
139+
* `FreeType <https://www.freetype.org/>`_ (>= 2.3)
140+
* `libpng <http://www.libpng.org>`_ (>= 1.2)
139141
* `NumPy <http://www.numpy.org>`_ (>= |minimum_numpy_version|)
140142
* `setuptools <https://setuptools.readthedocs.io/en/latest/>`_
143+
* `cycler <http://matplotlib.org/cycler/>`_ (>= 0.10.0)
141144
* `dateutil <https://pypi.python.org/pypi/python-dateutil>`_ (>= 2.1)
145+
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
142146
* `pyparsing <https://pyparsing.wikispaces.com/>`_
143-
* `libpng <http://www.libpng.org>`_ (>= 1.2)
144147
* `pytz <http://pytz.sourceforge.net/>`_
145-
* `FreeType <https://www.freetype.org/>`_ (>= 2.3)
146-
* `cycler <http://matplotlib.org/cycler/>`_ (>= 0.10.0)
147-
* `six <https://pypi.python.org/pypi/six>`_ (>= 1.10)
148-
* `kiwisolver <https://github.com/nucleic/kiwi>`_ (>= 1.0.0)
149148

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

0 commit comments

Comments
 (0)