From 9c6a0e1304c89d6a291261fdb01dae71577d3459 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 10:24:54 +0000 Subject: [PATCH] Bump torch from 1.10.2+cpu to 2.2.0 in /clip_annoy_demo Bumps [torch](https://github.com/pytorch/pytorch) from 1.10.2+cpu to 2.2.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](https://github.com/pytorch/pytorch/commits/v2.2.0) --- updated-dependencies: - dependency-name: torch 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..f8282af 100644 --- a/clip_annoy_demo/requirements.txt +++ b/clip_annoy_demo/requirements.txt @@ -5,5 +5,5 @@ clip @ git+https://github.com/openai/CLIP.git opencv-python==4.5.5.62 matplotlib pandas>=1.0 -torch==1.10.2+cpu +torch==2.2.0 annoy>=1.17.0 \ No newline at end of file