1
mirror of https://github.com/home-assistant/core synced 2024-08-02 23:40:32 +02:00
ha-core/homeassistant/components/tensorflow/manifest.json
2022-08-16 16:18:40 +02:00

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.23.2",
"pillow==9.2.0"
],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["tensorflow"]
}