From 55283df70522d670926b53e47febf870f6685c88 Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Thu, 27 Aug 2020 14:54:43 +0200 Subject: [PATCH] Remove protobuf requirement from tensorflow manifest (#39316) --- homeassistant/components/tensorflow/manifest.json | 1 - requirements_all.txt | 3 --- 2 files changed, 4 deletions(-) diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index ddb0ec542ba..6b5218b64b1 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -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": [] diff --git a/requirements_all.txt b/requirements_all.txt index f7386e3e41b..dce9b946b86 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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