core/homeassistant/components/tensorflow/manifest.json

13 lines
264 B
JSON
Raw Normal View History

{
"domain": "tensorflow",
"name": "TensorFlow",
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
"requirements": [
"tensorflow==1.13.2",
2020-05-03 21:50:13 +00:00
"numpy==1.18.4",
"protobuf==3.6.1",
2020-04-26 20:53:02 +00:00
"pillow==7.1.2"
],
"codeowners": []
2020-04-03 19:58:19 +00:00
}