mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 17:57:11 +00:00
Bump tensorflow to be compatible with python3.9 (#64732)
This commit is contained in:
parent
5afbcf4185
commit
06ef6bf38e
@ -3,8 +3,8 @@
|
|||||||
"name": "TensorFlow",
|
"name": "TensorFlow",
|
||||||
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
"documentation": "https://www.home-assistant.io/integrations/tensorflow",
|
||||||
"requirements": [
|
"requirements": [
|
||||||
"tensorflow==2.3.0",
|
"tensorflow==2.5.0",
|
||||||
"tf-models-official==2.3.0",
|
"tf-models-official==2.5.0",
|
||||||
"pycocotools==2.0.1",
|
"pycocotools==2.0.1",
|
||||||
"numpy==1.21.4",
|
"numpy==1.21.4",
|
||||||
"pillow==9.0.0"
|
"pillow==9.0.0"
|
||||||
|
@ -2338,7 +2338,7 @@ temescal==0.3
|
|||||||
temperusb==1.5.3
|
temperusb==1.5.3
|
||||||
|
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# tensorflow==2.3.0
|
# tensorflow==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.powerwall
|
# homeassistant.components.powerwall
|
||||||
tesla-powerwall==0.3.12
|
tesla-powerwall==0.3.12
|
||||||
@ -2347,7 +2347,7 @@ tesla-powerwall==0.3.12
|
|||||||
tesla-wall-connector==1.0.1
|
tesla-wall-connector==1.0.1
|
||||||
|
|
||||||
# homeassistant.components.tensorflow
|
# homeassistant.components.tensorflow
|
||||||
# tf-models-official==2.3.0
|
# tf-models-official==2.5.0
|
||||||
|
|
||||||
# homeassistant.components.thermoworks_smoke
|
# homeassistant.components.thermoworks_smoke
|
||||||
thermoworks_smoke==0.1.8
|
thermoworks_smoke==0.1.8
|
||||||
|
Loading…
x
Reference in New Issue
Block a user