Skip to content

Commit c665db3

Browse files
msimacekansalond
authored andcommitted
Add exception for matplotlib license
(cherry picked from commit b3d867a)
1 parent 7cfc21f commit c665db3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2078,6 +2078,10 @@ def _python_checkpatchfiles():
20782078
'tensorflow-io-gcs-filesystem-0.34.0.patch',
20792079
# Whole license in the field. It's BSD-3-Clause
20802080
'pyzmq.patch',
2081+
# Whole license in the field. It's PSF
2082+
'matplotlib-3.5.3.patch',
2083+
'matplotlib-3.6.3.patch',
2084+
'matplotlib-3.7.0.patch',
20812085
}
20822086
allowed_licenses = [
20832087
"MIT",

0 commit comments

Comments
 (0)