Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2e0fee1 + 0b4e787 commit 417784eCopy full SHA for 417784e
1 file changed
lib/matplotlib/__init__.py
@@ -1358,7 +1358,7 @@ def _val_or_rc(val, *rc_names):
1358
def _init_tests():
1359
# The version of FreeType to install locally for running the tests. This must match
1360
# the value in `subprojects/freetype2.wrap`.
1361
- LOCAL_FREETYPE_VERSION = '2.14.1'
+ LOCAL_FREETYPE_VERSION = '2.14.3'
1362
1363
from matplotlib import ft2font
1364
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
0 commit comments