From 09b62fb84bbc4f9e434724ae52482a020981be93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 21:16:37 +0000 Subject: [PATCH] build: bump torch from 2.7.0 to 2.9.1 Bumps [torch](https://github.com/pytorch/pytorch) from 2.7.0 to 2.9.1. - [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.7.0...v2.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 44df84bd..f013ee36 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -96,7 +96,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", ] dependencies = [ - "torch==2.7.0", + "torch==2.9.1", "torchvision==0.22.0", "torchmetrics[image]==1.7.4", "requests>=2.31.0",