Remove protobuf requirement from tensorflow manifest (#39316)
parent
1c2ebdf307
commit
55283df705
homeassistant/components/tensorflow
|
@ -8,7 +8,6 @@
|
|||
"tf-models-official==2.2.1",
|
||||
"pycocotools==2.0.1",
|
||||
"numpy==1.19.1",
|
||||
"protobuf==3.12.2",
|
||||
"pillow==7.2.0"
|
||||
],
|
||||
"codeowners": []
|
||||
|
|
|
@ -1119,9 +1119,6 @@ proliphix==0.4.1
|
|||
# homeassistant.components.prometheus
|
||||
prometheus_client==0.7.1
|
||||
|
||||
# homeassistant.components.tensorflow
|
||||
protobuf==3.12.2
|
||||
|
||||
# homeassistant.components.proxmoxve
|
||||
proxmoxer==1.1.1
|
||||
|
||||
|
|
Loading…
Reference in New Issue