From 9f4f70260474fee13654c1363c75458042367ac1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 23:01:09 +0100 Subject: [PATCH] Bump torch from 2.1.2 to 2.2.0 (#85) 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] 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 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