core/homeassistant/components/tensorflow/manifest.json

16 lines
345 B
JSON

{
"domain": "tensorflow",
"name": "TensorFlow",
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
"tensorflow==2.2.0",
"tf-slim==1.1.0",
"tf-models-official==2.2.1",
"pycocotools==2.0.1",
"numpy==1.19.1",
"protobuf==3.12.2",
"pillow==7.1.2"
],
"codeowners": []
}