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

pull/2199/head
morpheus65535 1 year ago
parent 8087ce612f
commit da7879a02a

@ -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
Loading…
Cancel
Save