From 682a30b765b2317bfe0f1e0987025da59fd167e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 16:28:11 +0000 Subject: [PATCH] Update torch requirement from <2.6,>=2.1.2 to >=2.1.2,<2.9 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.1.2...v2.8.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.8.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index e100ea6..ac2733a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ docs = [ ] notebooks = [ "scikit-learn>=1.5.1,<1.7", - "torch>=2.1.2,<2.6", + "torch>=2.1.2,<2.9", "torchvision>=0.16.2,<0.24", "ipywidgets>=8.1.1,<8.2", ]