Add packages version to Tensoflow for wheels packages (#26068)

* Add packages version to Tensoflow for wheels packages

* Uncomment tensorflow

* fix string

* Revert version
This commit is contained in:
Pascal Vizeli 2019-08-19 16:56:57 +02:00 committed by GitHub
parent 75e18d4282
commit 1077ec1704
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 1 deletions

View File

@ -3,6 +3,7 @@
"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"

View File

@ -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

View File

@ -38,6 +38,7 @@ COMMENT_REQUIREMENTS = (
"rpi-rf",
"RPi.GPIO",
"smbus-cffi",
"tensorflow",
)
TEST_REQUIREMENTS = (