hass-core/homeassistant/components/tensorflow/manifest.json
2024-11-11 20:12:32 +01:00

15 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"
]
}