From 9984381a63539c6e21908f3fbf16c08a745bea5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 13:09:43 +0000 Subject: [PATCH] Bump keras from 2.14.0 to 3.0.1 Bumps [keras](https://github.com/keras-team/keras) from 2.14.0 to 3.0.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.14.0...v3.0.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4ed18a5..7571ac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ h5py == 3.10.0 jupyter == 1.0.0 -keras == 2.14.0 +keras == 3.0.1 matplotlib == 3.8.2 notebook == 7.0.6 numpy == 1.26.2