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:
@@ -10,6 +10,6 @@ streamlit~=1.32.0
|
|||||||
loguru~=0.7.2
|
loguru~=0.7.2
|
||||||
aiohttp~=3.9.3
|
aiohttp~=3.9.3
|
||||||
urllib3~=2.2.1
|
urllib3~=2.2.1
|
||||||
pillow~=10.2.0
|
pillow~=9.5.0
|
||||||
pydantic~=2.6.3
|
pydantic~=2.6.3
|
||||||
g4f~=0.2.5.4
|
g4f~=0.2.5.4
|
||||||
Reference in New Issue
Block a user