From 20fdae4994899746f46de7d32c81b8c7ce5bfb54 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:55:42 +0000 Subject: [PATCH] Bump tensorflow from 2.1.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.1.0 to 2.9.3. - [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.1.0...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- requirements_tensorboard.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 291eed4..26dc17f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,5 +3,5 @@ pandas jupyter #pillow setuptools==45.2.0 -tensorflow==2.1.0 +tensorflow==2.9.3 tensorflow-addons==0.8.3 diff --git a/requirements_tensorboard.txt b/requirements_tensorboard.txt index 9be2b29..52f08c4 100644 --- a/requirements_tensorboard.txt +++ b/requirements_tensorboard.txt @@ -4,5 +4,5 @@ jupyter pandas #pillow setuptools==45.2.0 -tensorflow==1.15.2 +tensorflow==2.9.3 tensorflow-addons==0.8.3