core/homeassistant/components/tensorflow/manifest.json

16 lines
360 B
JSON
Raw Normal View History

{
"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.4",
2022-02-05 13:19:24 +00:00
"pillow==9.0.1"
],
"codeowners": [],
"iot_class": "local_polling",
"loggers": ["tensorflow"]
2020-04-03 19:58:19 +00:00
}