From afe9545b33e7da0d65bc9a5155cdd7783a48b547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 12:54:03 +0000 Subject: [PATCH] Bump tensorflow from 2.11.0 to 2.12.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.11.0 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.11.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2fb0b3b..4b14ab5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ numpy==1.23.5 # Numerical computing # Machine learning scikit-learn==1.2.0 # Machine learning library -tensorflow==2.11.0 # Deep learning framework +tensorflow==2.12.1 # Deep learning framework joblib==1.2.0 # Lightweight pipelining in Python # YAML parsing diff --git a/setup.py b/setup.py index cdd7d72..f6790a9 100644 --- a/setup.py +++ b/setup.py @@ -19,7 +19,7 @@ "pandas==1.5.3", "numpy==1.23.5", "scikit-learn==1.2.0", - "tensorflow==2.11.0", + "tensorflow==2.12.1", "joblib==1.2.0", "PyYAML==6.0", "requests==2.28.1",