From cf49b951f9ed405445c29a096b71c5d1f2f5e1b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 11:21:28 +0000 Subject: [PATCH] Update torch requirement from <2.3,>=2.1.2 to >=2.1.2,<2.4 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.3.0) --- updated-dependencies: - dependency-name: torch 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 a60cc2d..d4e1a12 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ ] notebooks = [ "scikit-learn>=1.3.2,<1.5", - "torch>=2.1.2,<2.3", + "torch>=2.1.2,<2.4", "torchvision>=0.16.2,<0.19", "ipywidgets>=8.1.1,<8.2", ]