There was an error while loading. Please reload this page.
1 parent a49a42a commit 7f977f6Copy full SHA for 7f977f6
.github/workflows/wheels-dependencies.sh
@@ -20,7 +20,7 @@ HARFBUZZ_VERSION=8.4.0
20
LIBPNG_VERSION=1.6.43
21
JPEGTURBO_VERSION=3.0.2
22
OPENJPEG_VERSION=2.5.2
23
-XZ_VERSION=5.4.5
+XZ_VERSION=5.6.2
24
TIFF_VERSION=4.6.0
25
LCMS2_VERSION=2.16
26
if [[ -n "$IS_MACOS" ]]; then
winbuild/build_prepare.py
@@ -120,7 +120,7 @@ def cmd_msbuild(
120
"LIBWEBP": "1.3.2",
121
"OPENJPEG": "2.5.2",
122
"TIFF": "4.6.0",
123
- "XZ": "5.4.5",
+ "XZ": "5.6.2",
124
"ZLIB": "1.3.1",
125
}
126
V["LIBPNG_DOTLESS"] = V["LIBPNG"].replace(".", "")
0 commit comments