From 1039783950b387fd6cfc77b9b43cddc440867cc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 07:51:30 +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 c2855029df0f63..5e41b1830e95eb 100644 --- a/tests/constraints.txt +++ b/tests/constraints.txt @@ -27,4 +27,4 @@ jaxlib<=0.4.14 torch>=1.13,<2.3 kornia==0.7.0 networkx<=3.1.0 -keras>=2.0.0,<3.0.0 +keras>=2.0.0,<4.0.0