From a6b107c87ceb6f52a16928a967b635ad9c8d2e95 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 02:15:15 +0000 Subject: [PATCH] chore(deps-dev): update torch requirement from >=2.9.1 to >=2.11.0 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/163335...v2.11.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.11.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 a33b7c7..9f2f847 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -178,6 +178,6 @@ addopts = "-v --tb=short" [dependency-groups] predictions = [ "chronos-forecasting>=2.2.2", - "torch>=2.9.1", + "torch>=2.11.0", ]