2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "tensorflow",
|
|
|
|
"name": "Tensorflow",
|
|
|
|
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
|
|
|
"requirements": [
|
2019-08-19 14:56:57 +00:00
|
|
|
"tensorflow==1.13.2",
|
2019-08-16 15:36:57 +00:00
|
|
|
"numpy==1.17.0",
|
2019-08-16 20:49:28 +00:00
|
|
|
"pillow==6.1.0",
|
2019-04-04 04:14:45 +00:00
|
|
|
"protobuf==3.6.1"
|
|
|
|
],
|
|
|
|
"dependencies": [],
|
|
|
|
"codeowners": []
|
2019-08-19 14:56:57 +00:00
|
|
|
}
|