core/homeassistant/components/tensorflow/manifest.json

16 lines
360 B
JSON
Raw Normal View History

{
"domain": "tensorflow",
"name": "TensorFlow",
2023-02-08 19:41:50 +00:00
"codeowners": [],
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
2023-02-08 19:41:50 +00:00
"iot_class": "local_polling",
"loggers": ["tensorflow"],
"requirements": [
"tensorflow==2.5.0",
"tf-models-official==2.5.0",
"pycocotools==2.0.1",
2022-08-16 14:18:40 +00:00
"numpy==1.23.2",
2023-01-02 13:43:41 +00:00
"pillow==9.4.0"
2023-02-08 19:41:50 +00:00
]
2020-04-03 19:58:19 +00:00
}