mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 20:25:07 +02:00
Pin matplotlib to 3.6.1 (#85540)
This commit is contained in:
@@ -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 = (
|
||||||
|
Reference in New Issue
Block a user