From baf6620996bdaf43e2cead22c51c6439d370fb62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 13:09:09 +0000 Subject: [PATCH] Bump opencv-contrib-python from 4.5.5.62 to 4.8.1.78 in /utilities Bumps [opencv-contrib-python](https://github.com/opencv/opencv-python) from 4.5.5.62 to 4.8.1.78. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-contrib-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- utilities/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/requirements.txt b/utilities/requirements.txt index 60bcef23d..3f95618b3 100644 --- a/utilities/requirements.txt +++ b/utilities/requirements.txt @@ -1,7 +1,7 @@ Pillow==10.3.0 psutil==5.9.3 numpy>=1.21.4,<3 # For RPi Buster (last successful build) and macOS M1 (first build). But allow for higher versions, to support Python3.11 (not available in 1.21.4 yet). Likely won't work with numpy 3.x when it comes out. -opencv-contrib-python==4.5.5.62 # Last successful RPi build, also covers M1 with above pinned numpy (otherwise 4.6.0.62 would be required, but that has a bug with charuco boards). Python version not important, abi3 wheels +opencv-contrib-python==4.8.1.78 # Last successful RPi build, also covers M1 with above pinned numpy (otherwise 4.6.0.62 would be required, but that has a bug with charuco boards). Python version not important, abi3 wheels pyqt5>5,<5.15.6 ; platform_machine != "armv6l" and platform_machine != "armv7l" and platform_machine != "aarch64" and platform_machine != "arm64" --extra-index-url https://artifacts.luxonis.com/artifactory/luxonis-python-snapshot-local/ # Latest version (note - it's yanked)