From 95915668208b505f0a369d9666e42c9168894327 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 16:37:36 +0000 Subject: [PATCH] Bump keras from 2.9.0 to 2.13.1 Bumps [keras](https://github.com/keras-team/keras) from 2.9.0 to 2.13.1. - [Release notes](https://github.com/keras-team/keras/releases) - [Commits](https://github.com/keras-team/keras/compare/v2.9.0...v2.13.1) --- updated-dependencies: - dependency-name: keras dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- dnn_inference.egg-info/requires.txt | 2 +- requirements.txt | 2 +- setup.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dnn_inference.egg-info/requires.txt b/dnn_inference.egg-info/requires.txt index 565d728..ef01093 100644 --- a/dnn_inference.egg-info/requires.txt +++ b/dnn_inference.egg-info/requires.txt @@ -1,6 +1,6 @@ emoji==1.7.0 hachibee_sphinx_theme==0.2.5 -keras==2.9.0 +keras==2.13.1 matplotlib==3.5.2 numpy==1.23.0 pandas==1.4.3 diff --git a/requirements.txt b/requirements.txt index 565d728..ef01093 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ emoji==1.7.0 hachibee_sphinx_theme==0.2.5 -keras==2.9.0 +keras==2.13.1 matplotlib==3.5.2 numpy==1.23.0 pandas==1.4.3 diff --git a/setup.py b/setup.py index bea1089..1a43e3f 100644 --- a/setup.py +++ b/setup.py @@ -14,7 +14,7 @@ packages=['dnn_inference'], # Needed for dependencies install_requires=['emoji==1.7.0', 'hachibee_sphinx_theme==0.2.5', - 'keras==2.9.0', 'matplotlib==3.5.2', 'numpy==1.23.0', + 'keras==2.13.1', 'matplotlib==3.5.2', 'numpy==1.23.0', 'pandas==1.4.3', 'scikit_learn==1.1.1', 'scipy==1.8.1', 'seaborn==0.11.2', 'setuptools==59.6.0', 'tensorflow==2.9.1'], # *strongly* suggested for sharing