Skip to content

Commit a9d7872

Browse files
committed
Set FreeType version to 2.13.1 and update tolerances
This is temporary until libraqm can be built entirely standalone.
1 parent 44353b4 commit a9d7872

File tree

2,066 files changed

+50555
-48621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,066 files changed

+50555
-48621
lines changed

extern/meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ else
1313
# must match the value in `lib/matplotlib.__init__.py`. Also update the docs
1414
# in `docs/devel/dependencies.rst`. Bump the cache key in
1515
# `.circleci/config.yml` when changing requirements.
16-
LOCAL_FREETYPE_VERSION = '2.6.1'
16+
LOCAL_FREETYPE_VERSION = '2.13.1'
1717

1818
freetype_proj = subproject(
1919
f'freetype-@LOCAL_FREETYPE_VERSION@',

lib/matplotlib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1316,7 +1316,7 @@ def _val_or_rc(val, rc_name):
13161316
def _init_tests():
13171317
# The version of FreeType to install locally for running the tests. This must match
13181318
# the value in `meson.build`.
1319-
LOCAL_FREETYPE_VERSION = '2.6.1'
1319+
LOCAL_FREETYPE_VERSION = '2.13.1'
13201320

13211321
from matplotlib import ft2font
13221322
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
91 Bytes
Loading
9 Bytes
Loading
-208 Bytes
Loading
-156 Bytes
Loading
91 Bytes
Loading
91 Bytes
Loading
91 Bytes
Loading
Binary file not shown.

0 commit comments

Comments
 (0)