hass-core/homeassistant/components/tensorflow/manifest.json
2024-07-20 12:58:49 +02:00

15 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.26.0",
"Pillow==10.4.0"
]
}