From b28e1fa6169126a5d0c1632e95b06b407d34c1cc Mon Sep 17 00:00:00 2001 From: mmcwilliams Date: Fri, 15 Dec 2023 13:45:11 -0500 Subject: [PATCH] Downgrading Pillow from 10 to 9 prevents the nasty warnings and the job failure at the end --- requirements_yolov5.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_yolov5.txt b/requirements_yolov5.txt index a85505b..4470d63 100644 --- a/requirements_yolov5.txt +++ b/requirements_yolov5.txt @@ -39,7 +39,7 @@ opencv-python==4.8.1.78 opt-einsum==3.3.0 packaging==23.2 pandas==2.1.2 -Pillow==10.1.0 +Pillow==9.5.0 protobuf==4.25.0 psutil==5.9.6 py-cpuinfo==9.0.0