From bda08b4e408313793f9a9f3ef0dc588f6b2eab2a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 07:12:53 +0000 Subject: [PATCH] Update keras requirement from <3.0.0,>=2.0.0 to >=2.0.0,<4.0.0 in /tests Updates the requirements on [keras](https://github.com/keras-team/keras) to permit the latest version. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/2.0.0...v3.5.0) --- updated-dependencies: - dependency-name: keras 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 b964d71d91509f..59b17655079fc0 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -26,7 +26,7 @@ jax<=0.4.14 jaxlib<=0.4.14 kornia==0.7.0 networkx<=3.1.0 -keras>=2.0.0,<3.0.0 +keras>=2.0.0,<4.0.0 --extra-index-url https://download.pytorch.org/whl/cpu torch>=1.13,<2.3 \ No newline at end of file