Skip to content

Commit a5ffb9e

Browse files
katyhuffdmcdougall
authored andcommitted
moves libpng from optional to required
1 parent c10a7a2 commit a5ffb9e

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

INSTALL

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,12 @@ six 1.3 or later
196196
Python 2/3 compatibility library. This is also a dependency of
197197
:term:`dateutil`.
198198

199+
libpng 1.2 (or later)
200+
library for loading and saving :term:`PNG` files (`download
201+
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
202+
zlib. If you are a Windows user, you can ignore this because we
203+
build support into the matplotlib single-click installer
204+
199205

200206
**Optional GUI frameworks**
201207

@@ -239,13 +245,6 @@ ImageMagick
239245
user, you can ignore this since we build support into the
240246
matplotlib single click installer.
241247

242-
243-
libpng 1.2 (or later)
244-
library for loading and saving :term:`PNG` files (`download
245-
<http://www.libpng.org/pub/png/libpng.html>`__). libpng requires
246-
zlib. If you are a Windows user, you can ignore this because we
247-
build support into the matplotlib single-click installer
248-
249248
**Required libraries that ship with matplotlib**
250249

251250
:term:`agg` 2.4

0 commit comments

Comments
 (0)