core/homeassistant/components/tensorflow/manifest.json

16 lines
360 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.6",
"pillow==9.1.0"
],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["tensorflow"]
}