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 9b2ea83 + 45d8d80 commit ede46d4Copy full SHA for ede46d4
.github/workflows/wheels-dependencies.sh
@@ -45,7 +45,7 @@ OPENJPEG_VERSION=2.5.3
45
XZ_VERSION=5.6.4
46
TIFF_VERSION=4.6.0
47
LCMS2_VERSION=2.16
48
-ZLIB_NG_VERSION=2.2.3
+ZLIB_NG_VERSION=2.2.4
49
LIBWEBP_VERSION=1.5.0
50
BZIP2_VERSION=1.0.8
51
LIBXCB_VERSION=1.17.0
winbuild/build_prepare.py
@@ -122,7 +122,7 @@ def cmd_msbuild(
122
"OPENJPEG": "2.5.3",
123
"TIFF": "4.6.0",
124
"XZ": "5.6.4",
125
- "ZLIBNG": "2.2.3",
+ "ZLIBNG": "2.2.4",
126
}
127
V["LIBPNG_XY"] = "".join(V["LIBPNG"].split(".")[:2])
128
0 commit comments