From 02b01bc4365b75f11f0ec0f1e6974bdbf399e641 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:58:53 +0000 Subject: [PATCH] Bump scipy from 1.4.1 to 1.10.0 in /mask_generation Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- mask_generation/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mask_generation/requirements.txt b/mask_generation/requirements.txt index 17e674a..27d3ee2 100644 --- a/mask_generation/requirements.txt +++ b/mask_generation/requirements.txt @@ -19,7 +19,7 @@ pypng==0.0.20 python-dateutil==2.8.1 PyWavelets==1.1.1 scikit-image==0.17.2 -scipy==1.4.1 +scipy==1.10.0 six==1.14.0 texttable==1.6.2 tifffile==2020.5.11