mirror of
https://github.com/koush/scrypted.git
synced 2026-02-20 21:32:44 +00:00
8 lines
318 B
Plaintext
8 lines
318 B
Plaintext
--extra-index-url https://google-coral.github.io/py-repo/
|
|
pycoral~=2.0
|
|
tflite-runtime==2.5.0.post1
|
|
|
|
# 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'
|