From cc1e09eec841f27337b961f04a5cdd7af48928a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:18:52 +0000 Subject: [PATCH] Bump keras from 2.12.0 to 2.13.1 Bumps [keras](https://github.com/keras-team/keras) from 2.12.0 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.12.0...v2.13.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5a42153..242b4eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ h3pandas==0.2.6 itsdangerous==2.1.2 Jinja2==3.1.4 keras==2.14.0;python_version>="3.11" -keras==2.12.0;python_version=="3.8" +keras==2.13.1;python_version=="3.8" matplotlib==3.8.3;python_version>="3.11" matplotlib==3.7.5;python_version=="3.8" numpy==1.26.4;python_version>="3.11"