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 + )