From 4d8c26c5d992bd831047b4ddb12b5c08442e7243 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 11:42:39 +0000 Subject: [PATCH] chore(deps): bump torch from 2.0.1+cpu to 2.2.0 in /examples/clip Bumps [torch](https://github.com/pytorch/pytorch) from 2.0.1+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] --- examples/clip/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/clip/requirements.txt b/examples/clip/requirements.txt index 2a1d7f0..b88da4d 100644 --- a/examples/clip/requirements.txt +++ b/examples/clip/requirements.txt @@ -16,7 +16,7 @@ regex==2023.6.3 requests==2.32.0 scipy==1.10.1 sympy==1.11.1 -torch==2.0.1+cpu +torch==2.2.0 torchvision==0.15.2+cpu tqdm==4.66.3 typing-extensions==4.6.3