python-codecs: remove pillow simd

This commit is contained in:
Koushik Dutta
2024-11-08 09:42:52 -08:00
parent 832ee0180c
commit fbdefbe06a
5 changed files with 12 additions and 37 deletions

View File

@@ -3,7 +3,4 @@ numpy>=1.16.2
av>=10.0.0
# in case pyvips fails to load, use a pillow fallback.
# pillow for anything not intel linux, pillow-simd is available on x64 linux
Pillow>=5.4.1; 'linux' not in sys_platform or platform_machine != 'x86_64'
pillow-simd; 'linux' in sys_platform and platform_machine == 'x86_64'
Pillow>=5.4.1