From 46923dbbfaa627d517a51e300720a3ced8dfa4e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:45:31 +0000 Subject: [PATCH] Bump tensorflow from 2.9.1 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.9.1 to 2.12.1. - [Release notes](https://github.com/tensorflow/tensorflow/releases) - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md) - [Commits](https://github.com/tensorflow/tensorflow/compare/v2.9.1...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow 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..a4163bf 100644 --- a/dnn_inference.egg-info/requires.txt +++ b/dnn_inference.egg-info/requires.txt @@ -8,4 +8,4 @@ scikit_learn==1.1.1 scipy==1.8.1 seaborn==0.11.2 setuptools==59.6.0 -tensorflow==2.9.1 +tensorflow==2.12.1 diff --git a/requirements.txt b/requirements.txt index 565d728..a4163bf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ scikit_learn==1.1.1 scipy==1.8.1 seaborn==0.11.2 setuptools==59.6.0 -tensorflow==2.9.1 +tensorflow==2.12.1 diff --git a/setup.py b/setup.py index bea1089..b0caecb 100644 --- a/setup.py +++ b/setup.py @@ -16,7 +16,7 @@ install_requires=['emoji==1.7.0', 'hachibee_sphinx_theme==0.2.5', 'keras==2.9.0', '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'], + 'seaborn==0.11.2', 'setuptools==59.6.0', 'tensorflow==2.12.1'], # *strongly* suggested for sharing version='0.16', # The license can be anything you like