downgrade Pillow version from 10.2.0 to 9.5.0, fix "module 'PIL.Image' has no attribute 'ANTIALIAS'" error.

This commit is contained in:
harry
2024-03-28 10:50:59 +08:00
parent de5743f946
commit 395a471f0e

View File

@@ -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