Skip to content

Commit c782c30

Browse files
Bump opencv-python from 4.10.0.84 to 4.12.0.88 (#386)
<summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/opencv/opencv-python/releases">opencv-python's releases</a>.</em></p> <blockquote> <h2>4.12.0.88</h2> <p>Complete OpenCV 4.12.0 changelog: <a href="https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4120">https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4120</a></p> <p>Python:</p> <ul> <li>Added libavif to the package and corresponding image format support on Linux and Mac OS. Windows is in progress.</li> <li>Enabled GIF support by default.</li> <li>Updated Numpy dependency rules. Packages for Python 3.9+ are built with Numpy 2.x. Packages for older Python version are built with Numpy 1.x.</li> <li>Improved libjpeg-turbo performance in Windows builds (added NASM and assembly branches).</li> <li>Made DNN, FLANN, G-API modules optional during the package build (bindings generation and typing).</li> </ul> <h2>4.11.0.86</h2> <p>Complete OpenCV 4.11.0 changelog: <a href="https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4110">https://github.com/opencv/opencv/wiki/OpenCV-Change-Logs#version4110</a></p> <p>Python:</p> <ul> <li>Added Python 3.13 support</li> <li>Fixed build with Python 3.12</li> <li>Fixed confg path for the case when Python Limited API is disabled</li> <li>Fixed build with system wide CMake, if CMake is not available with pip</li> <li>Enabled all jpeg-turbo optimizations on Windows (assembler)</li> <li>Split Python type stubs per-module to allow modules list customization</li> <li>Minimal Mac OS raised to 13.0.</li> </ul> </blockquote> </details>
1 parent 4155a7d commit c782c30

File tree

2 files changed

+16
-21
lines changed

2 files changed

+16
-21
lines changed

poetry.lock

Lines changed: 15 additions & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ pytest-mock = "^3.14.0"
9292
optional = true
9393

9494
[tool.poetry.group.image_analysis.dependencies]
95-
opencv-python = "^4.10.0.84"
95+
opencv-python = "^4.12.0.88"
9696
scikit-image = [
9797
{ version = ">=0.20.0,<0.22.0", python = ">=3.8,<3.9" },
9898
{ version = ">=0.22.0,<1.0.0", python = ">=3.9" },

0 commit comments

Comments
 (0)