From c354a1c218a3d6e06940d703fb5469beb24055fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 May 2022 17:26:13 +0000 Subject: [PATCH] Bump tensorflow in /demos/mirfBrainTumor/segmentation Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.6.4. - [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.6.4) --- 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..092d268 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.6.4 NiftyNet==0.2.2 SimpleITK==1.0.1 scipy==1.0.0