From 6d419e752c0b746968f4dde0c9f240538d976d9b Mon Sep 17 00:00:00 2001 From: padmahasa Date: Tue, 3 May 2022 09:11:24 +0530 Subject: [PATCH] Upgraded library versions for Python3. --- requirements.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements.txt b/requirements.txt index aa2cf9a..0e39dfc 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,8 +1,8 @@ decorator==4.0.9 ImageHash==1.0 -imageio==1.5 -moviepy==0.2.2.11 -numpy==1.10.4 -Pillow==3.1.1 -scipy==0.17.0 -tqdm==3.8.0 +imageio==2.17.0 +moviepy==1.0.3 +numpy==1.22 +Pillow==9.0 +scipy==1.8.0 +tqdm==4.64.0