File tree 3 files changed +7
-15
lines changed
doc/api/next_api_changes/development
3 files changed +7
-15
lines changed Original file line number Diff line number Diff line change
1
+ Windows on ARM64 support
2
+ ~~~~~~~~~~~~~~~~~~~~~~~~
3
+
4
+ Windows on ARM64 bundles FreeType 2.6.1 instead of 2.11.1 when building from source.
5
+ This may cause small changes to text rendering, but should become consistent with all
6
+ other platforms.
Original file line number Diff line number Diff line change 14
14
# must match the value in `lib/matplotlib.__init__.py`. Also update the docs
15
15
# in `docs/devel/dependencies.rst`. Bump the cache key in
16
16
# `.circleci/config.yml` when changing requirements.
17
- TESTING_VERSION_OF_FREETYPE = ' 2.6.1'
18
- if host_machine .system() == ' windows' and host_machine .cpu_family() == ' aarch64'
19
- # Older versions of freetype are not supported for win/arm64
20
- # Matplotlib tests will not pass
21
- LOCAL_FREETYPE_VERSION = ' 2.11.1'
22
- else
23
- LOCAL_FREETYPE_VERSION = TESTING_VERSION_OF_FREETYPE
24
- endif
17
+ LOCAL_FREETYPE_VERSION = ' 2.6.1'
25
18
26
19
freetype_proj = subproject (
27
20
f' freetype-@LOCAL_FREETYPE_VERSION@' ,
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments