mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +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",
|
"name": "Tensorflow",
|
||||||
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
"documentation": "https://www.home-assistant.io/components/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
|
"tensorflow==1.13.2",
|
||||||
"numpy==1.17.0",
|
"numpy==1.17.0",
|
||||||
"pillow==6.1.0",
|
"pillow==6.1.0",
|
||||||
"protobuf==3.6.1"
|
"protobuf==3.6.1"
|
||||||
],
|
],
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"codeowners": []
|
"codeowners": []
|
||||||
}
|
}
|
@ -1820,6 +1820,9 @@ temescal==0.1
|
|||||||
# homeassistant.components.temper
|
# homeassistant.components.temper
|
||||||
temperusb==1.5.3
|
temperusb==1.5.3
|
||||||
|
|
||||||
|
# homeassistant.components.tensorflow
|
||||||
|
# tensorflow==1.13.2
|
||||||
|
|
||||||
# homeassistant.components.tesla
|
# homeassistant.components.tesla
|
||||||
teslajsonpy==0.0.25
|
teslajsonpy==0.0.25
|
||||||
|
|
||||||
|
@ -38,6 +38,7 @@ COMMENT_REQUIREMENTS = (
|
|||||||
"rpi-rf",
|
"rpi-rf",
|
||||||
"RPi.GPIO",
|
"RPi.GPIO",
|
||||||
"smbus-cffi",
|
"smbus-cffi",
|
||||||
|
"tensorflow",
|
||||||
)
|
)
|
||||||
|
|
||||||
TEST_REQUIREMENTS = (
|
TEST_REQUIREMENTS = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user