core/homeassistant/components/tensorflow/manifest.json

16 lines
345 B
JSON
Raw Normal View History

{
"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",
2020-04-26 20:53:02 +00:00
"pillow==7.1.2"
],
"codeowners": []
2020-04-03 19:58:19 +00:00
}