From 290022b817480f14ba153e33c7407933e258d7ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 10:39:59 +0000 Subject: [PATCH 1/3] Bump opencv-python from 4.11.0.86 to 4.13.0.92 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.11.0.86 to 4.13.0.92. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-version: 4.13.0.92 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0c611eb..5eb9f58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+ -opencv-python==4.11.0.86 +opencv-python==4.13.0.92 pyinstaller==6.19.0 lobe==0.6.2 From fa66d95b003ac280d49f45a97c92ffedc1fd733a Mon Sep 17 00:00:00 2001 From: iakov Date: Tue, 28 Apr 2026 10:53:00 +0300 Subject: [PATCH 2/3] Check --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5eb9f58..2e30b0d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ -numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+ -opencv-python==4.13.0.92 +opencv-python==4.13.0.92; sys_platform == 'linux' +opencv-python==4.11.0.86; sys_platform != 'linux' pyinstaller==6.19.0 lobe==0.6.2 +tflite-runtime=2.14.0; sys_platform == 'linux' --extra-index-url https://google-coral.github.io/py-repo/ -tflite-runtime==2.14.0; sys_platform == 'linux' tflite-runtime==2.5.0.post1; sys_platform != 'linux' From 543416f7429a5189bae8fe2134c7b5238d3d461d Mon Sep 17 00:00:00 2001 From: iakov Date: Tue, 28 Apr 2026 10:55:20 +0300 Subject: [PATCH 3/3] Check numpy compatibility --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2e30b0d..ca9522f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,6 +3,6 @@ opencv-python==4.11.0.86; sys_platform != 'linux' pyinstaller==6.19.0 lobe==0.6.2 -tflite-runtime=2.14.0; sys_platform == 'linux' +tflite-runtime==2.14.0; sys_platform == 'linux' --extra-index-url https://google-coral.github.io/py-repo/ tflite-runtime==2.5.0.post1; sys_platform != 'linux'