From 4580a0c191618d57a74c52b6d25f006a5e0abfe0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 21:36:47 +0000 Subject: [PATCH] Bump tensorflow from 1.14.0 to 2.9.3 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.14.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/v1.14.0...v2.9.3) --- 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..5f09071 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.9.3 diff --git a/requirements.txt b/requirements.txt index 87b08a8..c57a086 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ rasa_contrib -tensorflow==1.14.0 +tensorflow==2.9.3 yahoo-weather \ No newline at end of file