From 338fc72876d403672129ceedb477a3572e0f0369 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 21:15:16 +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 95a0d81..f2b6bc6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy -tensorflow==2.11.0 +tensorflow==2.12.1 protobuf absl-py xgboost diff --git a/setup.py b/setup.py index a89b134..b1c82b7 100644 --- a/setup.py +++ b/setup.py @@ -56,7 +56,7 @@ def is_pure(self): 'absl-py', 'xgboost', 'numpy', - 'tensorflow ~= 2.11.0', + 'tensorflow >= 2.11,< 2.13', 'tensorflow-hub', 'tensorflow-text', 'tzdata',