From 1e86ac2fcba1181442fcb6f9a67fa90462862d2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 17:48:13 +0000 Subject: [PATCH] Bump torch Bumps [torch](https://github.com/pytorch/pytorch) from 1.11.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/v1.11.0...v2.9.1) --- updated-dependencies: - dependency-name: torch dependency-version: 2.9.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .../research_projects/decision_transformer/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt b/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt index 2d510dde..32761bd8 100644 --- a/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt +++ b/dpkd/transformers/examples/research_projects/decision_transformer/requirements.txt @@ -217,7 +217,7 @@ timm==0.5.4 tokenizers==0.11.6 tomli==2.0.1 toolz==0.11.2 -torch==1.11.0 +torch==2.9.1 torchaudio==0.11.0 torchvision==0.12.0 tqdm==4.63.0