From b219b25b96210a8c3da00021c0ce4597bcec806a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:01:57 +0000 Subject: [PATCH] Bump scipy from 1.7.3 to 1.10.0 in /hi-ml-cpath Bumps [scipy](https://github.com/scipy/scipy) from 1.7.3 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.7.3...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- hi-ml-cpath/requirements_run.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hi-ml-cpath/requirements_run.txt b/hi-ml-cpath/requirements_run.txt index b0db77630..28b6250bc 100644 --- a/hi-ml-cpath/requirements_run.txt +++ b/hi-ml-cpath/requirements_run.txt @@ -10,7 +10,7 @@ numpy==1.22.0 pillow==9.3.0 pydicom==2.3.0 scikit-image==0.19.3 -scipy==1.7.3 +scipy==1.10.0 seaborn==0.10.1 simpleitk==2.1.1.2 tifffile==2022.10.10