From f76bacc10ececaaaa3bb3798af3fc991c9c39436 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 08:06:40 +0000 Subject: [PATCH] build(deps): update torch requirement Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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.5.0...v2.12.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 764d3ad..00b1af3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -40,7 +40,7 @@ dependencies = [ "numpy>=1.21,<3.0.0", "scipy<=1.17.1", "scikit-image<=0.26.0", - "torch>=2.5,<=2.12.0", + "torch>=2.5,<=2.12.1", "torchmetrics<=1.8.2", "tqdm<=4.68.3", ]