From bfdccfc1141e9322103bc4830ea2c469bc02f663 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 05:11:23 +0000 Subject: [PATCH] Bump torch from 2.5.1 to 2.13.0 in /backend Bumps [torch](https://github.com/pytorch/pytorch) from 2.5.1 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.5.1...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- backend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements.txt b/backend/requirements.txt index c0f57a2..d18fe9c 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -5,7 +5,7 @@ sqlalchemy==2.0.36 pydantic==2.10.4 numpy==2.2.1 opencv-python-headless==4.10.0.84 -torch==2.5.1 +torch==2.13.0 torchvision==0.20.1 scikit-learn==1.6.0 joblib==1.4.2