From 53883b11e03bd52101d33b2d57f55970fad0b150 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 04:25:44 +0000 Subject: [PATCH] Bump the all-uv-deps group with 2 updates Bumps the all-uv-deps group with 2 updates: [torch](https://github.com/pytorch/pytorch) and [torchvision](https://github.com/pytorch/vision). Updates `torch` from 2.9.1+cu130 to 2.10.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.10.0) Updates `torchvision` from 0.24.1+cu130 to 0.25.0 - [Release notes](https://github.com/pytorch/vision/releases) - [Commits](https://github.com/pytorch/vision/commits/v0.25.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.10.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-uv-deps - dependency-name: torchvision dependency-version: 0.25.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-uv-deps ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ddb68fd..152ccbc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,8 +20,8 @@ dependencies = [ gpu = [ # CUDA / GPU-specific deps. NEVER installed in CI. # Adapt versions / wheels to your stack as needed. - "torch==2.9.1+cu130", - "torchvision==0.24.1+cu130", + "torch==2.10.0", + "torchvision==0.25.0", "xformers>=0.0.28", ] notebooks = [