File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -384,7 +384,7 @@ jobs:
384
384
cc_compiler : gcc-13
385
385
cxx_compiler : g++-13
386
386
cxx_std : 20
387
- fmt_ver : 11.0.2
387
+ fmt_ver : 11.1.1
388
388
opencolorio_ver : v2.4.0
389
389
openexr_ver : v3.3.0
390
390
pybind11_ver : v2.13.5
@@ -396,7 +396,7 @@ jobs:
396
396
OPENJPEG_VERSION=v2.5.2
397
397
PTEX_VERSION=v2.4.3
398
398
PUGIXML_VERSION=v1.14
399
- WEBP_VERSION=v1.4 .0
399
+ WEBP_VERSION=v1.5 .0
400
400
FREETYPE_VERSION=VER-2-13-3
401
401
USE_OPENVDB=0
402
402
- desc : bleeding edge gcc14 C++20 py3.12 OCIO/libtiff/exr-main avx2
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
26
26
* ** OpenColorIO >= 2.2** (tested through 2.4 and main)
27
27
* libjpeg >= 8 (tested through jpeg9e), or ** libjpeg-turbo >= 2.1** (tested
28
28
through 3.0)
29
- * ** [ fmtlib] ( https://github.com/fmtlib/fmt ) >= 7.0** (tested through 11.0 ).
29
+ * ** [ fmtlib] ( https://github.com/fmtlib/fmt ) >= 7.0** (tested through 11.1 ).
30
30
If not found at build time, this will be automatically downloaded unless
31
31
the build sets ` -DBUILD_MISSING_FMT=OFF ` .
32
32
@@ -65,7 +65,7 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**.
65
65
* If you want support for DICOM medical image files:
66
66
* DCMTK >= 3.6.1 (tested through 3.6.8)
67
67
* If you want support for WebP images:
68
- * ** WebP >= 1.1** (tested through 1.4 )
68
+ * ** WebP >= 1.1** (tested through 1.5 )
69
69
* If you want support for Ptex:
70
70
* Ptex >= 2.3.1 (probably works for older; tested through 2.4.2)
71
71
* If you want to be able to do font rendering into images:
You can’t perform that action at this time.
0 commit comments