Skip to content

Commit 5595d34

Browse files
committed
revert changes in lib/matplotlib/__init__.py
1 parent 5d79ce5 commit 5595d34

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

lib/matplotlib/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1200,10 +1200,7 @@ def is_interactive():
12001200
def _init_tests():
12011201
# The version of FreeType to install locally for running the
12021202
# tests. This must match the value in `setupext.py`
1203-
win_arm64 = sys.platform.startswith('win') and \
1204-
platform.machine() == 'ARM64'
1205-
LOCAL_FREETYPE_VERSION = '2.11.1' if win_arm64 else '2.6.1'
1206-
1203+
LOCAL_FREETYPE_VERSION = '2.6.1'
12071204
from matplotlib import ft2font
12081205
if (ft2font.__freetype_version__ != LOCAL_FREETYPE_VERSION or
12091206
ft2font.__freetype_build_type__ != 'local'):

0 commit comments

Comments
 (0)