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 8d0a6d0 + 3f8b496 commit 55a25aaCopy full SHA for 55a25aa
.github/workflows/wheels-dependencies.sh
@@ -17,7 +17,7 @@ ARCHIVE_SDIR=pillow-depends-main
17
# Package versions for fresh source builds
18
FREETYPE_VERSION=2.13.2
19
if [[ "$MB_ML_VER" != 2014 ]]; then
20
- HARFBUZZ_VERSION=9.0.0
+ HARFBUZZ_VERSION=10.0.0
21
else
22
HARFBUZZ_VERSION=8.5.0
23
fi
winbuild/build_prepare.py
@@ -112,7 +112,7 @@ def cmd_msbuild(
112
"BROTLI": "1.1.0",
113
"FREETYPE": "2.13.3",
114
"FRIBIDI": "1.0.15",
115
- "HARFBUZZ": "9.0.0",
+ "HARFBUZZ": "10.0.0",
116
"JPEGTURBO": "3.0.4",
117
"LCMS2": "2.16",
118
"LIBPNG": "1.6.44",
0 commit comments