diff --git a/requirements.txt b/requirements.txt index 7f5fa8b..cda5e2b 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==10.0.1 wget