From 23dd2d8723465561402e8e17f2784004ddadf42d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 23:06:21 +0000 Subject: [PATCH] Bump tensorflow from 2.10.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.11.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.10.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements_core.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 6e6f7482..454abcad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ "scipy==1.10.1", "shap==0.37.0", "six==1.16.0", - "tensorflow==2.10.0", + "tensorflow==2.11.1", "tensorflow-text==2.10.0", "termcolor==2.3.0", "tqdm==4.64.0", diff --git a/requirements_core.txt b/requirements_core.txt index e3fe7551..6e4784aa 100644 --- a/requirements_core.txt +++ b/requirements_core.txt @@ -35,7 +35,7 @@ scikit-learn==1.0.2 scipy==1.10.1 shap==0.37.0 six==1.16.0 -tensorflow==2.10.0 +tensorflow==2.11.1 tensorflow-text==2.10.0 termcolor==2.3.0 tqdm==4.64.0