mirror of
https://github.com/koush/scrypted.git
synced 2026-02-09 16:52:18 +00:00
10 lines
329 B
Plaintext
10 lines
329 B
Plaintext
# needed by libav to_ndarray
|
|
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; sys_platform != 'linux' or platform_machine != 'x86_64'
|
|
pillow-simd; sys_platform == 'linux' and platform_machine == 'x86_64'
|