From c3d454d42cc81792b39093bd0e765451f7e16e7c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 20:19:48 -0700 Subject: [PATCH] Bump scipy from 1.4.1 to 1.7.1 (#22) * Bump scipy from 1.4.1 to 1.7.1 Bumps [scipy](https://github.com/scipy/scipy) from 1.4.1 to 1.7.1. - [Release notes](https://github.com/scipy/scipy/releases) - [Commits](https://github.com/scipy/scipy/compare/v1.4.1...v1.7.1) --- updated-dependencies: - dependency-name: scipy dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] * Use scipy==1.5.4 for Python 3.6 Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Oleksandr Chychkan --- requirements.txt | 2 +- requirements_3.6.txt | 2 +- requirements_3.9.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index db2f966..78c36af 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.19.5 opencv-python==4.1.2.30 -scipy==1.4.1 +scipy==1.7.1 tensorflow==2.6.0 colorama==0.4.4 tqdm==4.47.0 diff --git a/requirements_3.6.txt b/requirements_3.6.txt index 660dd02..7a92d76 100644 --- a/requirements_3.6.txt +++ b/requirements_3.6.txt @@ -1,6 +1,6 @@ numpy==1.19.2 opencv-python==4.1.0.25 -scipy==1.4.1 +scipy==1.5.4 tensorflow==2.6.0 colorama==0.4.4 tqdm==4.47.0 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index 8227cf3..f2fee28 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -1,6 +1,6 @@ numpy==1.19.5 opencv-contrib-python-headless==4.4.0.46 -scipy==1.6.3 +scipy==1.7.1 tensorflow==2.6.0 colorama==0.4.4 tqdm==4.47.0