From b313f385e0645d2ae895b1d278e18497e9b3fd2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 19:23:39 +0000 Subject: [PATCH] build(deps): bump torch from 2.1.0 to 2.13.0 in /neural Bumps [torch](https://github.com/pytorch/pytorch) from 2.1.0 to 2.13.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.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.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..f4303e1 100644 --- a/neural/requirements.txt +++ b/neural/requirements.txt @@ -1,5 +1,5 @@ numpy<2 -torch==2.1.0 +torch==2.13.0 torchtext==0.16.0 sanic==23.12.1 unidecode==1.1.1