From 395a471f0e7f8eb5244a1bc9a8beb9340a6118ec Mon Sep 17 00:00:00 2001 From: harry Date: Thu, 28 Mar 2024 10:50:59 +0800 Subject: [PATCH] downgrade Pillow version from 10.2.0 to 9.5.0, fix "module 'PIL.Image' has no attribute 'ANTIALIAS'" error. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 884c2fd..8bb6213 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ streamlit~=1.32.0 loguru~=0.7.2 aiohttp~=3.9.3 urllib3~=2.2.1 -pillow~=10.2.0 +pillow~=9.5.0 pydantic~=2.6.3 g4f~=0.2.5.4 \ No newline at end of file