hass-core/homeassistant/components/tensorflow/manifest.json
2022-05-23 20:50:39 +02:00

15 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.1"
],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["tensorflow"]
}