From 88830b93d0b8ec03d745d45aca275935ad017ecf Mon Sep 17 00:00:00 2001 From: Oleksandr Chychkan Date: Tue, 9 Nov 2021 19:35:12 -0800 Subject: [PATCH] Upgrade scipy to 1.7.2 for Python 3.10 --- requirements_3.10.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_3.10.txt b/requirements_3.10.txt index efe6335..54f3c18 100644 --- a/requirements_3.10.txt +++ b/requirements_3.10.txt @@ -1,6 +1,6 @@ numpy==1.19.5 opencv-contrib-python-headless==4.5.4.58 -scipy==1.7.1 +scipy==1.7.2 tensorflow==2.6.0 colorama==0.4.4 tqdm==4.62.3