Pin matplotlib to 3.6.1 (#85540)
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.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.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 = (
|
||||
|
|
Loading…
Reference in New Issue