1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-31 04:34:10 +01:00
Files
core/homeassistant/components/tensorflow/manifest.json
T
2024-11-11 20:12:32 +01:00

16 lines
360 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==2.1.3",
"Pillow==11.0.0"
]
}