Fixed requirements.txt to use only wheels for Pillow since compilation doesn't work on 32bits Python embedded in Windows installer version.

This commit is contained in:
morpheus65535 2023-07-04 12:01:14 -04:00
parent 8087ce612f
commit da7879a02a
1 changed files with 1 additions and 1 deletions

View File

@ -2,4 +2,4 @@ setuptools
lxml>=4.3.0
numpy>=1.12.0
webrtcvad-wheels>=2.0.10
Pillow>=9.0.0
Pillow>=9.0.0 --only-binary=Pillow