From f7549e5b116ac0eb3da871a4a7c5dbe0b577f996 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 05:04:36 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.6.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 to 2.6.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/compare/v2.5.1...v2.6.0) --- updated-dependencies: - dependency-name: torch 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 e358c3c5..f32fda9e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "biomedicus_client==3.5.0", # We get mtap and tqdm transitively from the client "numpy==2.0.2", "regex==2024.11.6", - "torch==2.5.1", + "torch==2.6.0", "requests==2.32.3", "watchdog==6.0.0", ]