From 1a5155387930b50b86cda118baa1fbeeae94b4a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:37:18 +0000 Subject: [PATCH] chore(deps): bump torch from 2.2.0 to 2.7.1+cpu in /examples/clip Bumps torch from 2.2.0 to 2.7.1+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.1+cpu 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 3bad309..584184a 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.2.0 +torch==2.7.1+cpu torchvision==0.15.2+cpu tqdm==4.66.3 typing-extensions==4.6.3