From b616ffb824f1bff622557b2281d47cb9fa74af49 Mon Sep 17 00:00:00 2001 From: swapnil_bme_buet <56393206+swapnilpanda@users.noreply.github.com> Date: Tue, 18 Jul 2023 15:37:54 +0600 Subject: [PATCH] Update setup.py to fix pillow error --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 6cf0af9..f4661b0 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ "opencv-python", "scipy", "pandas", - "pillow", + "pillow==6.2.2", "pyyaml>=5.1", "iopath", "pdfplumber", @@ -71,4 +71,4 @@ ], }, include_package_data=True - ) \ No newline at end of file + )