From 624e332e505f5c9a5463a194a457dbffaaac1289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Feb 2022 00:16:14 +0000 Subject: [PATCH] Bump tensorflow from 1.15.4 to 2.5.3 in /services/pneumonia-diagnosis Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 to 2.5.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.15.4...v2.5.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- services/pneumonia-diagnosis/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/pneumonia-diagnosis/requirements.txt b/services/pneumonia-diagnosis/requirements.txt index 76d4c6a..3be9219 100644 --- a/services/pneumonia-diagnosis/requirements.txt +++ b/services/pneumonia-diagnosis/requirements.txt @@ -1,6 +1,6 @@ grpcio==1.27.2 grpcio-tools==1.27.2 -tensorflow==1.15.4 +tensorflow==2.5.3 keras==2.2.4 requests==2.20.0 opencv-python==3.4.3.18 \ No newline at end of file