mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
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:
parent
75e18d4282
commit
1077ec1704
@ -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": []
|
||||
}
|
||||
}
|
@ -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
|
||||
|
||||
|
@ -38,6 +38,7 @@ COMMENT_REQUIREMENTS = (
|
||||
"rpi-rf",
|
||||
"RPi.GPIO",
|
||||
"smbus-cffi",
|
||||
"tensorflow",
|
||||
)
|
||||
|
||||
TEST_REQUIREMENTS = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user