From 55ad37e6b98e2de1e724f9e431db9ebd873bb68e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Dec 2021 09:31:23 +0000 Subject: [PATCH] Bump tensorflow in /demos/mirfBrainTumor/segmentation Bumps [tensorflow](https://github.com/tensorflow/tensorflow) from 2.5.1 to 2.5.2. - [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.5.2) --- 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..29344be 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.5.2 NiftyNet==0.2.2 SimpleITK==1.0.1 scipy==1.0.0