mirror of
https://github.com/koush/scrypted.git
synced 2026-04-11 02:50:21 +01:00
9 lines
314 B
Plaintext
9 lines
314 B
Plaintext
tensorflow-macos; sys_platform == 'darwin'
|
|
tensorflow; sys_platform != 'darwin'
|
|
|
|
numpy>=1.16.2
|
|
|
|
# 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'
|