Skip to content

Commit

Permalink
Remove matplotlib pinning due to Python 3.12 incompatibility (#110706)
Browse files Browse the repository at this point in the history
  • Loading branch information
sbyx authored and frenck committed Feb 22, 2024
1 parent ac74eb7 commit d85a92f
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions homeassistant/package_constraints.txt
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions script/gen_requirements_all.py
Expand Up @@ -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
Expand Down

0 comments on commit d85a92f

Please sign in to comment.