From f7388fa32fa509b50746e43d300ff1ad6f540843 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 22:16:43 +0000 Subject: [PATCH] Bump scipy from 1.5.2 to 1.10.0 in /image_segmentation/pytorch Bumps [scipy](https://github.com/scipy/scipy) from 1.5.2 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.5.2...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- image_segmentation/pytorch/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/image_segmentation/pytorch/requirements.txt b/image_segmentation/pytorch/requirements.txt index 6ac350dcf..b8697b8bf 100644 --- a/image_segmentation/pytorch/requirements.txt +++ b/image_segmentation/pytorch/requirements.txt @@ -1,4 +1,4 @@ git+https://github.com/NVIDIA/dllogger https://github.com/mlcommons/logging/archive/refs/tags/1.1.0-rc4.zip nibabel==3.2.1 -scipy==1.5.2 \ No newline at end of file +scipy==1.10.0 \ No newline at end of file