From 1b37e4fe0ce14d8275e83087522c33232b907877 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Sep 2022 20:00:30 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.7.2 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.0 to 2.7.2. - [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.14.0...v2.7.2) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- raw_requirements.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/raw_requirements.txt b/raw_requirements.txt index 85fa377..023679e 100644 --- a/raw_requirements.txt +++ b/raw_requirements.txt @@ -4,4 +4,4 @@ paddlepaddle==1.4.1 -e ../seq2label -e ../../Repositories/tokenizer_tools -e ../../Repositories/tf_metrics -tensorflow==1.14.0 +tensorflow==2.7.2 diff --git a/requirements.txt b/requirements.txt index 87b08a8..17c2754 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rasa_contrib -tensorflow==1.14.0 +tensorflow==2.7.2 yahoo-weather \ No newline at end of file