From f2532873427bdfae460537fc30800f106f9819e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 May 2025 07:41:27 +0000 Subject: [PATCH] Update torch requirement from <2.6,>=2.1.2 to >=2.1.2,<2.8 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.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.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 381b876..d0f745a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ docs = [ ] notebooks = [ "scikit-learn>=1.5.1,<1.6", - "torch>=2.1.2,<2.6", + "torch>=2.1.2,<2.8", "torchvision>=0.16.2,<0.22", "ipywidgets>=8.1.1,<8.2", ]