From 414860d636f5958eed2e5a8deb1a7a8f05aab90a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Nov 2024 00:53:40 +0000 Subject: [PATCH] Update torch requirement from <2.5.1,>=2.3.0 to >=2.3.0,<2.5.2 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.3.0...v2.5.1) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 2a5b86500b..98d7b49f77 100644 --- a/setup.py +++ b/setup.py @@ -81,7 +81,7 @@ def package_files(prefix: str, directory: str, extension: str): 'torchmetrics>=1.0,<1.4.1', 'torch_optimizer>=0.3.0,<0.4', 'torchvision>=0.18.0,<0.20.1', - 'torch>=2.3.0,<2.5.1', + 'torch>=2.3.0,<2.5.2', 'requests>=2.26.0,<3', 'numpy>=1.21.5,<2.2.0', 'psutil>=5.8.0,<7',