From 23b03b538d5af0cccfd456ab50e0b63aa3193350 Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Tue, 24 Aug 2021 20:07:52 -0700 Subject: [PATCH] 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