From e1c07c64bd5e69751f483f6a72adf3a82280ab09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Mar 2024 20:24:10 +0000 Subject: [PATCH] Update torch requirement from >=1.10.1, < 1.13.0 to >=1.10.1,<2.3.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/v1.10.1...v2.2.1) --- 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 3403db6..afb3567 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "GPL-3.0" [tool.poetry.dependencies] python = ">=3.8,<4.0" -torch = ">=1.10.1, < 1.13.0" +torch = ">=1.10.1,<2.3.0" torchvision = ">=0.13.1" matplotlib = "^3.3.3" tensorboard = "^2.10.0"