From 4a08cf82b0c723abe934664c610cef6f9c81d7bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 20:39:53 +0000 Subject: [PATCH] chore(deps): bump torch from 2.2.0 to 2.12.0+cpu in /examples/clip Bumps torch from 2.2.0 to 2.12.0+cpu. --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0+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..90f0274 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.12.0+cpu torchvision==0.15.2+cpu tqdm==4.66.3 typing-extensions==4.6.3