Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/matplotlib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ def _val_or_rc(val, *rc_names):
def _init_tests():
# The version of FreeType to install locally for running the tests. This must match
# the value in `subprojects/freetype2.wrap`.
LOCAL_FREETYPE_VERSION = '2.14.1'
LOCAL_FREETYPE_VERSION = '2.14.3'

from matplotlib import ft2font
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
Expand Down
Loading