From 869f2b9d6780c9d5a378818ef7c4c2d0669039b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:30:36 +0000 Subject: [PATCH] Bump keras from 2.5.0rc0 to 2.13.1rc0 in /build_tools Bumps [keras](https://github.com/keras-team/keras) from 2.5.0rc0 to 2.13.1rc0. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/commits/v2.13.1-rc0) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build_tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_tools/requirements.txt b/build_tools/requirements.txt index 07a9128..436a67a 100644 --- a/build_tools/requirements.txt +++ b/build_tools/requirements.txt @@ -1,7 +1,7 @@ sktime==0.6.1 tensorflow==2.5.1 tensorflow_addons==0.9.* -keras==2.5.0rc0 +keras==2.13.1rc0 h5py>=3.1.0 pytest pytest-cov