From 50d4ba9dc7603e34b948205d4a3893504c59be9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Aug 2025 22:36:14 +0000 Subject: [PATCH] chore(deps): bump torch in the pip group across 1 directory Bumps the pip group with 1 update in the / directory: [torch](https://github.com/pytorch/pytorch). Updates `torch` from 2.4.0 to 2.8.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.4.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production dependency-group: pip ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 050adf7..5b02c94 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ description="This package is a python library to support multiple communication readme = "README.md" requires-python = ">=3.9" dependencies = [ - "torch == 2.4.0", + "torch == 2.8.0", ] [Project.optional-dependencies]