Update requirements.txt

为了避免运行时报错module 'PIL.Image' has no attribute 'ANTIALIAS'
This commit is contained in:
learningpro 2024-08-06 15:08:59 +08:00 committed by GitHub
parent b4aec98e7d
commit 239d912b6f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,4 +6,5 @@ opencv-python>=4.10
imageio-ffmpeg>=0.5.1
openai>=1.38.0
transformers>=4.43.3
accelerate>=0.33.0
accelerate>=0.33.0
pillow==9.5.0