From ed70881b56fbb37f2515e7e5d2c78607d8874ab5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:20:35 +0000 Subject: [PATCH] Bump keras from 2.2.4 to 2.13.1 Bumps [keras](https://github.com/keras-team/keras) from 2.2.4 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/2.2.4...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 f6ed53f..6fe497a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ matplotlib>=3.0 GDAL>=2.2 requests>=2.18.4 PyYAML>=3.12 -Keras==2.2.4 +Keras==2.13.1 tqdm>=4.31.1 webargs>=5.5.2,<6.0.0 aiohttp>=3.6.2