1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-26 12:55:16 +00:00
Files
core/homeassistant/components/tensorflow/manifest.json
2023-07-18 13:07:16 +02:00

16 lines
361 B
JSON

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