mirror of
https://github.com/home-assistant/core.git
synced 2025-07-15 09:17:10 +00:00
Remove matplotlib pinning due to Python 3.12 incompatibility (#110706)
This commit is contained in:
parent
da55ef7901
commit
5d0d3a5c2b
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user