mirror of
https://github.com/home-assistant/core.git
synced 2025-07-22 12:47:08 +00:00
Pin matplotlib to 3.6.1 (#85540)
This commit is contained in:
parent
e35b21823e
commit
3bb435c292
@ -134,3 +134,7 @@ pandas==1.4.3
|
|||||||
|
|
||||||
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
||||||
uamqp==1.6.0
|
uamqp==1.6.0
|
||||||
|
|
||||||
|
# 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
|
||||||
|
@ -145,6 +145,10 @@ pandas==1.4.3
|
|||||||
|
|
||||||
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
# uamqp 1.6.1, has 1 failing test during built on armv7/armhf
|
||||||
uamqp==1.6.0
|
uamqp==1.6.0
|
||||||
|
|
||||||
|
# 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
|
||||||
"""
|
"""
|
||||||
|
|
||||||
IGNORE_PRE_COMMIT_HOOK_ID = (
|
IGNORE_PRE_COMMIT_HOOK_ID = (
|
||||||
|
Loading…
x
Reference in New Issue
Block a user