From ac595c203fd21012260515993e7420492f903fb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:04:40 +0000 Subject: [PATCH] Bump opencv-python from 4.5.5.62 to 4.8.1.78 in /clip_annoy_demo Bumps [opencv-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-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- clip_annoy_demo/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clip_annoy_demo/requirements.txt b/clip_annoy_demo/requirements.txt index 2d3c5dc..d3367d6 100644 --- a/clip_annoy_demo/requirements.txt +++ b/clip_annoy_demo/requirements.txt @@ -2,7 +2,7 @@ streamlit~=1.5.1 streamlit-drawable-canvas clip @ git+https://github.com/openai/CLIP.git -opencv-python==4.5.5.62 +opencv-python==4.8.1.78 matplotlib pandas>=1.0 torch==1.10.2+cpu