Files
scrypted/plugins/tensorflow/src/requirements.txt
2023-03-27 12:23:44 -07:00

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'