From 2886620cc15cebf7c31f3557c84fdb609e4ca123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 22:00:09 +0000 Subject: [PATCH] Bump tensorflow from 1.15.4 to 2.9.3 in /services/pneumonia-diagnosis Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.15.4 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.15.4...v2.9.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..9e62329 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.9.3 keras==2.2.4 requests==2.20.0 opencv-python==3.4.3.18 \ No newline at end of file