From de3e6fe1bae968a73d332142bbb0bdee18ed082a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 01:31:06 +0000 Subject: [PATCH] deps(deps): update torch requirement in /akagi_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/v2.11.0...v2.12.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.12.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- akagi_backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/akagi_backend/pyproject.toml b/akagi_backend/pyproject.toml index a7f16b3..4580dba 100644 --- a/akagi_backend/pyproject.toml +++ b/akagi_backend/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ # Majsoul "protobuf~=7.34.1", # PyTorch - "torch~=2.11.0", + "torch>=2.11,<2.13", "numpy~=2.4.4", # MITM "mitmproxy~=12.2.2",