From 719a23ff5c3ee174be541a215e4a89cdd3bcb62a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9=20Rios?= Date: Wed, 29 Nov 2023 13:57:53 +0100 Subject: [PATCH] AR : updated requirements to prevent pillow/easyocr conflict --- AR/setup/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AR/setup/requirements.txt b/AR/setup/requirements.txt index d2f761b..5a7f176 100644 --- a/AR/setup/requirements.txt +++ b/AR/setup/requirements.txt @@ -1,6 +1,6 @@ torch >= 1.11.0 torchvision >= 0.12.0 -Pillow >= 8.0.1 +Pillow==9.5.0 requests >= 2.25.0 easyocr >= 1.4.2 opencv-contrib-python >= 4.5.4.60