From 7319f270b2099cc5c2970bcb13a027cdc79f5483 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 31 May 2026 13:39:46 +0000 Subject: [PATCH] chore(deps): update torch requirement in /backend Updates the requirements on [torch](https://github.com/pytorch/pytorch) to permit the latest version. - [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/ciflow/torchtitan/70978...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- backend/requirements-ml.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements-ml.txt b/backend/requirements-ml.txt index 2136159..12d1912 100644 --- a/backend/requirements-ml.txt +++ b/backend/requirements-ml.txt @@ -1,4 +1,4 @@ -r requirements.txt numpy>=1.24.0 transformers>=4.40.0 -torch>=2.2.0 +torch>=2.12.0