From 69925a07b61a57fa7c2c00dcb2a8b449c94a5eb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 05:53:06 +0000 Subject: [PATCH] Bump tensorflow in /Detection Models/Pulmonary Infection Detection Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.10.0 to 2.12.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/v2.10.0...v2.12.1) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Detection Models/Pulmonary Infection Detection/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Detection Models/Pulmonary Infection Detection/requirements.txt b/Detection Models/Pulmonary Infection Detection/requirements.txt index 2c32130c3..73df58d42 100644 --- a/Detection Models/Pulmonary Infection Detection/requirements.txt +++ b/Detection Models/Pulmonary Infection Detection/requirements.txt @@ -1,4 +1,4 @@ -TensorFlow==2.10.0 +TensorFlow==2.12.1 NumPy==1.22.2 Pandas==1.5.5 Matplotlib==3.5.1