Skip to content

Commit a5abd3b

Browse files
committed
Waive license check for tiktoken patch
1 parent 723f842 commit a5abd3b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

mx.graalpython/mx_graalpython.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2162,6 +2162,8 @@ def _python_checkpatchfiles():
21622162
'matplotlib-3.7.0.patch',
21632163
# Empty license field. It's MIT
21642164
'autopep8.patch',
2165+
# Whole license in the field. It's MIT
2166+
'tiktoken-0.7.0.patch',
21652167
}
21662168
allowed_licenses = [
21672169
"MIT",

0 commit comments

Comments
 (0)