From 1835b2841c3b37af439f186b85afef9cc55bb25e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Nov 2025 02:32:09 +0000 Subject: [PATCH] build(deps): bump torch from 1.9.1 to 2.8.0 Bumps [torch](https://github.com/pytorch/pytorch) from 1.9.1 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/v1.9.1...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5f2014d..62616e1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,7 +38,7 @@ spacy-loggers spacy-transformers tensorboardX tokenizers -torch==1.9.1 +torch==2.8.0 torch-cluster torch-geometric torch-scatter