From 8070a8c10ce0b67f33254f20f052216cc4921816 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:44:04 +0000 Subject: [PATCH] Bump tensorflow from 1.3.0 to 2.11.1 in /Chapter09 Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.3.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.3.0...v2.11.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Chapter09/chatbots_code/requirements.txt.txt | 2 +- Chapter09/requirements.txt.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chapter09/chatbots_code/requirements.txt.txt b/Chapter09/chatbots_code/requirements.txt.txt index 0b9bc17..053f4de 100644 --- a/Chapter09/chatbots_code/requirements.txt.txt +++ b/Chapter09/chatbots_code/requirements.txt.txt @@ -2,4 +2,4 @@ numpy==1.14.0 scikit-learn==0.19.1 scipy==1.0.0 six==1.11.0 -tensorflow==1.3.0 \ No newline at end of file +tensorflow==2.11.1 \ No newline at end of file diff --git a/Chapter09/requirements.txt.txt b/Chapter09/requirements.txt.txt index 0b9bc17..053f4de 100644 --- a/Chapter09/requirements.txt.txt +++ b/Chapter09/requirements.txt.txt @@ -2,4 +2,4 @@ numpy==1.14.0 scikit-learn==0.19.1 scipy==1.0.0 six==1.11.0 -tensorflow==1.3.0 \ No newline at end of file +tensorflow==2.11.1 \ No newline at end of file