From c734877c9e0eb89d0f362b92d5c1d6b1d9ca448f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Aug 2021 22:02:34 +0000 Subject: [PATCH 1/2] 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] --- 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..9b3dafb 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.7.1 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 -- 2.52.0 From 23b03b538d5af0cccfd456ab50e0b63aa3193350 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Tue, 24 Aug 2021 20:07:52 -0700 Subject: [PATCH 2/2] Use scipy==1.5.4 for Python 3.6 --- requirements_3.6.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_3.6.txt b/requirements_3.6.txt index 9b3dafb..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.7.1 +scipy==1.5.4 tensorflow==2.6.0 colorama==0.4.4 tqdm==4.47.0 -- 2.52.0