From a1bf024bc0e71c6398b45f6fb42c69d95dcbe3ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Mar 2023 23:56:14 +0000 Subject: [PATCH] Bump tensorflow in /demos/mirfBrainTumor/segmentation Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 1.6.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.6.0...v2.11.1) --- 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 bb063da..54449dc 100644 --- a/demos/mirfBrainTumor/segmentation/requirements.txt +++ b/demos/mirfBrainTumor/segmentation/requirements.txt @@ -1,5 +1,5 @@ numpy==1.14.1 -tensorflow==1.6.0 +tensorflow==2.11.1 NiftyNet==0.2.2 SimpleITK==1.0.1 scipy==1.0.0