From 1ef9a10c9a3afa94ecaddd8f441cf022f5ecc8d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jul 2024 08:01:24 +0000 Subject: [PATCH] Update torch requirement from <2.3,>=1.13 to >=1.13,<2.5 in /tests 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.13.0...v2.4.0) --- updated-dependencies: - dependency-name: torch dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- tests/constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/constraints.txt b/tests/constraints.txt index c0ab1a660164f4..d3861aff2c4355 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -29,4 +29,4 @@ networkx<=3.3 keras>=2.0.0,<3.0.0 --extra-index-url https://download.pytorch.org/whl/cpu -torch>=1.13,<2.3 \ No newline at end of file +torch>=1.13,<2.5 \ No newline at end of file