From 0e90edcd80b7c7b79b41e85ec4c012037eb19fe7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 00:49:00 +0000 Subject: [PATCH] Bump torch from 2.4.0 to 2.8.0 in /pod_attn Bumps [torch](https://github.com/pytorch/pytorch) 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 ... Signed-off-by: dependabot[bot] --- pod_attn/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod_attn/requirements.txt b/pod_attn/requirements.txt index bd2430ab..6640e877 100644 --- a/pod_attn/requirements.txt +++ b/pod_attn/requirements.txt @@ -1,5 +1,5 @@ numpy -torch==2.4.0 +torch==2.8.0 ninja packaging matplotlib