1
0
mirror of https://github.com/home-assistant/core.git synced 2026-07-07 14:56:25 +01:00
Files
core/homeassistant/components/tensorflow/manifest.json
T
2022-01-23 10:39:09 +01:00

15 lines
331 B
JSON

{
"domain": "tensorflow",
"name": "TensorFlow",
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.1",
"numpy==1.21.4",
"pillow==9.0.0"
],
"codeowners": [],
"iot_class": "local_polling"
}