From 5d0d3a5c2b7a18ab4303e36e7f9104c8082a87b8 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Fri, 16 Feb 2024 12:33:57 +0100 Subject: [PATCH] Remove matplotlib pinning due to Python 3.12 incompatibility (#110706) --- 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 42d4b634dc6..07592d7f39e 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 3e61a266ae1..42d1e1efa08 100755 --- a/script/gen_requirements_all.py +++ b/script/gen_requirements_all.py @@ -134,10 +134,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