From 4cbbe123afb47cb97d2c877f91d68a8cb6f491b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 22:00:19 +0000 Subject: [PATCH] Bump torch from 2.1.2 to 2.2.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.2 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/compare/v2.1.2...v2.2.0) --- updated-dependencies: - dependency-name: torch 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 5e50a06..bc922de 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ starsessions ==1.2.3 numpy ==1.26.3 Pillow ==10.2.0 opencv-python-headless ==4.9.0.80 -torch ==2.1.2 +torch ==2.2.0 torchvision ==0.17.0 git+https://github.com/openai/CLIP.git