Skip to content

Commit e1f0def

Browse files
authored
Updated xz to 5.8.0, except on manylinux2014 (#8836)
Co-authored-by: Andrew Murray <[email protected]>
1 parent fecb53b commit e1f0def

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/wheels-dependencies.sh

+5-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ HARFBUZZ_VERSION=11.0.0
4242
LIBPNG_VERSION=1.6.47
4343
JPEGTURBO_VERSION=3.1.0
4444
OPENJPEG_VERSION=2.5.3
45-
XZ_VERSION=5.6.4
45+
if [[ $MB_ML_VER == 2014 ]]; then
46+
XZ_VERSION=5.6.4
47+
else
48+
XZ_VERSION=5.8.0
49+
fi
4650
TIFF_VERSION=4.7.0
4751
LCMS2_VERSION=2.17
4852
ZLIB_NG_VERSION=2.2.4

0 commit comments

Comments
 (0)