From 00c38c0bbc6b38dd505ed735f2574460b5861f82 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Thu, 11 Nov 2021 15:49:31 -0800 Subject: [PATCH] Bump scipy to 1.7.2 for Python 3.7+ (#55) --- requirements.txt | 2 +- requirements_3.9.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 8538b90..fbe1bc2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ numpy==1.19.5 opencv-contrib-python-headless==4.1.2.30 -scipy==1.7.1 +scipy==1.7.2 tensorflow==2.6.1 colorama==0.4.4 tqdm==4.62.3 diff --git a/requirements_3.9.txt b/requirements_3.9.txt index 9e88bfb..a6a68f7 100644 --- a/requirements_3.9.txt +++ b/requirements_3.9.txt @@ -1,6 +1,6 @@ numpy==1.19.5 opencv-contrib-python-headless==4.5.1.48 -scipy==1.7.1 +scipy==1.7.2 tensorflow==2.6.1 colorama==0.4.4 tqdm==4.62.3