From d4bbe184a11e8e0ecaf40c77e1c3363234be35f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Nov 2023 09:03:54 +0000 Subject: [PATCH] Update torch requirement from <2.1.0 to <2.2.0 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/ciflow/slow/0a9dbbbaadb86039ba17c1a11990f8a5e518ac06...v2.1.1) --- 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 671c60bc937c83..df82bc12825660 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -22,4 +22,4 @@ pytest-html==3.2.0 pytest-timeout==2.1.0 jax<=0.4.14 jaxlib<=0.4.14 -torch<2.1.0 \ No newline at end of file +torch<2.2.0 \ No newline at end of file