From 4d460fc5e525c139cd4a792a8e6199ec159b0416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:12:44 +0000 Subject: [PATCH] Bump keras from 2.1.6 to 2.13.1 in /python/source Bumps [keras](https://github.com/keras-team/keras) from 2.1.6 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/2.1.6...v2.13.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/source/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/source/setup.py b/python/source/setup.py index bc89975..e548c3b 100644 --- a/python/source/setup.py +++ b/python/source/setup.py @@ -30,7 +30,7 @@ 'Programming Language :: Python :: 3.6' ], install_requires=[ - 'keras==2.1.6', + 'keras==2.13.1', 'scikit-image==0.14.0', 'imageio==2.4.1', 'jupyterlab',