Files
core/homeassistant/components/tensorflow/manifest.json
Franck Nijhof af521c0a35 Upgrade numpy to 1.21.4 (#59188)
Co-authored-by: Marvin Wichmann <marvin.wichmann@unic.com>
2021-11-06 16:43:29 +01:00

15 lines
331 B
JSON

{
"domain": "tensorflow",
"name": "TensorFlow",
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
"tensorflow==2.3.0",
"tf-models-official==2.3.0",
"pycocotools==2.0.1",
"numpy==1.21.4",
"pillow==8.2.0"
],
"codeowners": [],
"iot_class": "local_polling"
}