From 0025227fef7e0a5a1ac130ff1336ad9fb8a8958d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Nov 2022 23:28:31 +0000 Subject: [PATCH] Bump tensorflow in /demos/mirfBrainTumor/segmentation Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 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/v2.5.1...v2.9.3) --- updated-dependencies: - dependency-name: tensorflow dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- demos/mirfBrainTumor/segmentation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/mirfBrainTumor/segmentation/requirements.txt b/demos/mirfBrainTumor/segmentation/requirements.txt index 2c46d9d..b924c86 100644 --- a/demos/mirfBrainTumor/segmentation/requirements.txt +++ b/demos/mirfBrainTumor/segmentation/requirements.txt @@ -1,5 +1,5 @@ numpy==1.14.1 -tensorflow==2.5.1 +tensorflow==2.9.3 NiftyNet==0.2.2 SimpleITK==1.0.1 scipy==1.0.0