From dc816806fe2243e6e98a3f62a4f62149069de93f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 07:58:30 +0000 Subject: [PATCH] Update torch requirement from <2.5,>=2.1.2 to >=2.1.2,<2.6 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.5.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 d7dde30..118ae97 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,7 @@ docs = [ ] notebooks = [ "scikit-learn>=1.3.2,<1.6", - "torch>=2.1.2,<2.5", + "torch>=2.1.2,<2.6", "torchvision>=0.16.2,<0.20", "ipywidgets>=8.1.1,<8.2", ]