core/homeassistant/components/tensorflow/manifest.json

15 lines
331 B
JSON

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