hass-core/homeassistant/components/tensorflow/manifest.json
2019-05-08 09:17:41 +02:00

12 lines
258 B
JSON

{
"domain": "tensorflow",
"name": "Tensorflow",
"documentation": "https://www.home-assistant.io/components/tensorflow",
"requirements": [
"numpy==1.16.3",
"pillow==5.4.1",
"protobuf==3.6.1"
],
"dependencies": [],
"codeowners": []
}