From 37900f9e340378ae93ec6437fe9593dbe2a8f5fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:55:35 +0300 Subject: [PATCH 1/2] Bump opencv-python from 4.9.0.80 to 4.10.0.84 and fix matplotlib problem (#35) * Bump opencv-python from 4.9.0.80 to 4.10.0.84 Bumps [opencv-python](https://github.com/opencv/opencv-python) from 4.9.0.80 to 4.10.0.84. - [Release notes](https://github.com/opencv/opencv-python/releases) - [Commits](https://github.com/opencv/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Update requirements.txt * Update requirements.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: iakov --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2b3b697..22d0373 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ -lobe==0.6.2 -opencv-python==4.9.0.80 +numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+ +opencv-python==4.10.0.84 pyinstaller==6.6.0 +lobe==0.6.2 --extra-index-url https://google-coral.github.io/py-repo/ tflite-runtime==2.5.0.post1 From c28882f3afb45713249e68ea051ee9b5f2fe643d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jul 2024 17:59:18 +0300 Subject: [PATCH 2/2] Bump pyinstaller from 6.6.0 to 6.8.0 (#36) Bumps [pyinstaller](https://github.com/pyinstaller/pyinstaller) from 6.6.0 to 6.8.0. - [Release notes](https://github.com/pyinstaller/pyinstaller/releases) - [Changelog](https://github.com/pyinstaller/pyinstaller/blob/develop/doc/CHANGES.rst) - [Commits](https://github.com/pyinstaller/pyinstaller/compare/v6.6.0...v6.8.0) --- updated-dependencies: - dependency-name: pyinstaller dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 22d0373..3d90310 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy<2.0.0 # matplotlib is built with NumPy 1.x and conflicts with OpenCV 4.9+ opencv-python==4.10.0.84 -pyinstaller==6.6.0 +pyinstaller==6.8.0 lobe==0.6.2 --extra-index-url https://google-coral.github.io/py-repo/