mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-24 17:06:16 +03:00
Merge pull request #8048 from radarhere/libjpeg-turbo
Updated libjpeg-turbo to 3.0.3
This commit is contained in:
commit
0fbc3db081
2
.github/workflows/wheels-dependencies.sh
vendored
2
.github/workflows/wheels-dependencies.sh
vendored
|
@ -18,7 +18,7 @@ ARCHIVE_SDIR=pillow-depends-main
|
|||
FREETYPE_VERSION=2.13.2
|
||||
HARFBUZZ_VERSION=8.5.0
|
||||
LIBPNG_VERSION=1.6.43
|
||||
JPEGTURBO_VERSION=3.0.2
|
||||
JPEGTURBO_VERSION=3.0.3
|
||||
OPENJPEG_VERSION=2.5.2
|
||||
XZ_VERSION=5.4.5
|
||||
TIFF_VERSION=4.6.0
|
||||
|
|
|
@ -114,7 +114,7 @@ V = {
|
|||
"FREETYPE": "2.13.2",
|
||||
"FRIBIDI": "1.0.15",
|
||||
"HARFBUZZ": "8.5.0",
|
||||
"JPEGTURBO": "3.0.2",
|
||||
"JPEGTURBO": "3.0.3",
|
||||
"LCMS2": "2.16",
|
||||
"LIBPNG": "1.6.43",
|
||||
"LIBWEBP": "1.4.0",
|
||||
|
|
Loading…
Reference in New Issue
Block a user