From 1077ec17043e8364213e16bfc5bb6187d7590943 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 19 Aug 2019 16:56:57 +0200 Subject: [PATCH] Add packages version to Tensoflow for wheels packages (#26068) * Add packages version to Tensoflow for wheels packages * Uncomment tensorflow * fix string * Revert version --- homeassistant/components/tensorflow/manifest.json | 3 ++- requirements_all.txt | 3 +++ script/gen_requirements_all.py | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index 9cbd349addc..f5bd981bad1 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -3,10 +3,11 @@ "name": "Tensorflow", "documentation": "https://www.home-assistant.io/components/tensorflow", "requirements": [ + "tensorflow==1.13.2", "numpy==1.17.0", "pillow==6.1.0", "protobuf==3.6.1" ], "dependencies": [], "codeowners": [] -} +} \ No newline at end of file diff --git a/requirements_all.txt b/requirements_all.txt index cdf3a781883..5017e01fb95 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -1820,6 +1820,9 @@ temescal==0.1 # homeassistant.components.temper temperusb==1.5.3 +# homeassistant.components.tensorflow +# tensorflow==1.13.2 + # homeassistant.components.tesla teslajsonpy==0.0.25 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 9417b926423..909be48352d 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -38,6 +38,7 @@ COMMENT_REQUIREMENTS = ( "rpi-rf", "RPi.GPIO", "smbus-cffi", + "tensorflow", ) TEST_REQUIREMENTS = (