From 11b7aad6015e41408ce40f24e831ee365e02132a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 07:28:47 +0000 Subject: [PATCH] Update torch requirement from <2.2,>=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 4e3455dd1b8b27..885de1a4dac02d 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -24,4 +24,4 @@ pytest-html==4.1.1 pytest-timeout==2.1.0 jax<=0.4.14 jaxlib<=0.4.14 -torch>=1.13,<2.2 +torch>=1.13,<2.5