mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-15 23:01:59 +03:00
Updated xz to 5.8.0, except on manylinux2014 (#8836)
Co-authored-by: Andrew Murray <radarhere@users.noreply.github.com>
This commit is contained in:
parent
fecb53b4b9
commit
e1f0def839
6
.github/workflows/wheels-dependencies.sh
vendored
6
.github/workflows/wheels-dependencies.sh
vendored
|
@ -42,7 +42,11 @@ HARFBUZZ_VERSION=11.0.0
|
|||
LIBPNG_VERSION=1.6.47
|
||||
JPEGTURBO_VERSION=3.1.0
|
||||
OPENJPEG_VERSION=2.5.3
|
||||
XZ_VERSION=5.6.4
|
||||
if [[ $MB_ML_VER == 2014 ]]; then
|
||||
XZ_VERSION=5.6.4
|
||||
else
|
||||
XZ_VERSION=5.8.0
|
||||
fi
|
||||
TIFF_VERSION=4.7.0
|
||||
LCMS2_VERSION=2.17
|
||||
ZLIB_NG_VERSION=2.2.4
|
||||
|
|
Loading…
Reference in New Issue
Block a user