From 06ef6bf38e426e324e1bdfd5aa49310024d71ada Mon Sep 17 00:00:00 2001 From: Daniel Shokouhi Date: Sun, 23 Jan 2022 01:39:09 -0800 Subject: [PATCH] Bump tensorflow to be compatible with python3.9 (#64732) --- homeassistant/components/tensorflow/manifest.json | 4 ++-- requirements_all.txt | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/homeassistant/components/tensorflow/manifest.json b/homeassistant/components/tensorflow/manifest.json index 3ae179ce093..26b7421ef44 100644 --- a/homeassistant/components/tensorflow/manifest.json +++ b/homeassistant/components/tensorflow/manifest.json @@ -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" diff --git a/requirements_all.txt b/requirements_all.txt index 4d1fc818043..4f74f79fab9 100644 --- a/requirements_all.txt +++ b/requirements_all.txt @@ -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