Pin matplotlib to 3.6.1 (#85540)

pull/85547/head
Franck Nijhof 2023-01-09 18:34:10 +01:00 committed by GitHub
parent e35b21823e
commit 3bb435c292
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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 = (