diff --git a/requirements.txt b/requirements.txt index 7fd8704f..640d19e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,5 +24,5 @@ pandas scikit-image # pillow >= 4.2 will throw error when trying to write mode RGBA as JPEG, # this is a workaround to the issue. -pillow==4.1.1 +pillow==10.0.1 wget