From 443789da8291ad6049208f7e35960472bf5fed22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Jul 2023 21:20:40 +0000 Subject: [PATCH] Bump scipy from 1.0.0 to 1.10.0 Bumps [scipy](https://github.com/scipy/scipy) from 1.0.0 to 1.10.0. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.0.0...v1.10.0) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5b0221f..fcedb5f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ -Scikit-image==0.13.1 +Scikit-image==0.13.1 opencv_python==4.2.0.32 Numpy==1.13.3 Matplotlib==2.1.1 -Scipy==1.0.0 +Scipy==1.10.0 torch==1.3.1+cpu torchvision==0.4.2+cpu -f https://download.pytorch.org/whl/torch_stable.html