From c5c2fb8d344a22e054fdc96f49a5e52db7f7165a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Jun 2026 23:09:50 +0000 Subject: [PATCH] build(deps): bump torch from 2.1.0 to 2.8.0 in /neural Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.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.1.0...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- neural/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neural/requirements.txt b/neural/requirements.txt index 15091d0..cafc4c0 100644 --- a/neural/requirements.txt +++ b/neural/requirements.txt @@ -1,5 +1,5 @@ numpy<2 -torch==2.1.0 +torch==2.8.0 torchtext==0.16.0 sanic==23.12.1 unidecode==1.1.1