core/homeassistant/components/tensorflow/manifest.json

15 lines
331 B
JSON
Raw Normal View History

{
"domain": "tensorflow",
"name": "TensorFlow",
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
2020-09-06 08:12:36 +00:00
"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"
2020-04-03 19:58:19 +00:00
}