diff --git a/requirements.txt b/requirements.txt index 7f5fa8b..2c8f13f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -25,5 +25,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==9.0.1 +pillow==9.3.0 wget