bugfix(ChatExcel): ChatExcel Language confusion bug

1.Fix ChatExcel Language confusion bug
This commit is contained in:
yhjun1026 2023-10-30 11:00:59 +08:00
parent f971fdb22d
commit 02681df7c7

View File

@ -317,6 +317,9 @@ def core_requires():
# TODO move transformers to default
"transformers>=4.31.0",
"alembic==1.12.0",
"openpyxl==3.1.2",
"chardet==5.1.0",
"xlrd==2.0.1",
]