Skip to content

Commit f40bf14

Browse files
committed
DOC : removed freetype version caveats
minimum version for freetype is 2.3 closes matplotlib#3412
1 parent 99c04e9 commit f40bf14

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

INSTALL

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -245,12 +245,8 @@ Optional dependencies
245245
selection of image file formats.
246246

247247

248-
:term:`freetype` 2.4 or later
249-
library for reading true type font files. Matplotlib in known
250-
to work with freetype 2.3, and the required version will be reduced
251-
in 1.4.1. If you need to build from source on a system which only has
252-
freetype 2.3 available, please edit L945 of `setupext.py` to reduce
253-
`min_version` to 2.3.
248+
:term:`freetype` 2.3 or later
249+
library for reading true type font files.
254250

255251

256252
Required libraries that ship with matplotlib

0 commit comments

Comments
 (0)