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