From b9193229f6111d8c72581579042f09219e8987e6 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 16 Feb 2024 09:12:04 +0100 Subject: [PATCH] Remove matplotlib pinning due to Python 3.12 incompatibility --- homeassistant/package_constraints.txt | 4 ---- script/gen_requirements_all.py | 4 ---- 2 files changed, 8 deletions(-) diff --git a/homeassistant/package_constraints.txt b/homeassistant/package_constraints.txt index 42d4b634dc6736..07592d7f39e3ca 100644 --- a/homeassistant/package_constraints.txt +++ b/homeassistant/package_constraints.txt @@ -141,10 +141,6 @@ pubnub!=6.4.0 # https://github.com/dahlia/iso4217/issues/16 iso4217!=1.10.20220401 -# Matplotlib 3.6.2 has issues building wheels on armhf/armv7 -# We need at least >=2.1.0 (tensorflow integration -> pycocotools) -matplotlib==3.6.1 - # pyOpenSSL 24.0.0 or later required to avoid import errors when # cryptography 42.0.0 is installed with botocore pyOpenSSL>=24.0.0 diff --git a/script/gen_requirements_all.py b/script/gen_requirements_all.py index 3e61a266ae13a1..42d1e1efa08827 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -134,10 +134,6 @@ # https://github.com/dahlia/iso4217/issues/16 iso4217!=1.10.20220401 -# Matplotlib 3.6.2 has issues building wheels on armhf/armv7 -# We need at least >=2.1.0 (tensorflow integration -> pycocotools) -matplotlib==3.6.1 - # pyOpenSSL 24.0.0 or later required to avoid import errors when # cryptography 42.0.0 is installed with botocore pyOpenSSL>=24.0.0