core/homeassistant/components/tensorflow/manifest.json

17 lines
389 B
JSON

{
"domain": "tensorflow",
"name": "TensorFlow",
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"iot_class": "local_polling",
"loggers": ["tensorflow"],
"quality_scale": "legacy",
"requirements": [
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.6",
"numpy==2.1.3",
"Pillow==11.0.0"
]
}