From 80826eccc9ec595952234f09c60f0ffceb4d3797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 22:41:48 +0000 Subject: [PATCH] Bump tensorflow from 1.12.0 to 2.11.1 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.12.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/v1.12.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup_visdial/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 setup_visdial/requirements.txt diff --git a/requirements.txt b/requirements.txt index ab15b40..8ffad5c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,6 +8,6 @@ pytorch-transformers==1.0.0 pandas==0.25.0 six==1.11.0 tensorboardX==1.2 -tensorflow==1.12.0 +tensorflow==2.11.1 torch==1.0.0 tqdm==4.28.1 diff --git a/setup_visdial/requirements.txt b/setup_visdial/requirements.txt old mode 100755 new mode 100644 index 41158e2..7f3af58 --- a/setup_visdial/requirements.txt +++ b/setup_visdial/requirements.txt @@ -7,7 +7,7 @@ Pillow==5.3.0 pyyaml six==1.11.0 tensorboardX==1.2 -tensorflow==1.12.0 +tensorflow==2.11.1 pytorch-transformers==1.0.0 pandas==0.25.0 torch==1.0.0