From 33f9bde5cb0cfc11b49dc599acc6eb4f9a409e41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 23:51:19 +0000 Subject: [PATCH] Bump torch from 2.11.0 to 2.13.0 Bumps [torch](https://github.com/pytorch/pytorch) from 2.11.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.11.0...v2.13.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.13.0 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6303d3c..a4a408c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -7,7 +7,7 @@ explicit = true torch = { index = "pytorch" } [build-system] -requires = ["maturin>=1.9,<2.0", "torch==2.11.0", "pytorch-triton", "setuptools"] +requires = ["maturin>=1.9,<2.0", "torch==2.13.0", "pytorch-triton", "setuptools"] build-backend = "maturin" [project]