Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ data-process = [
"flower>=2.0.1",
"nest_asyncio>=1.5.6",
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
"huggingface_hub>=0.30.0,<1.0"
"huggingface_hub>=0.30.0,<2.0"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

huggingface_hub 的上限从 <1.0 放宽到 <2.0 允许安装 v1.x 版本。huggingface_hub v1.0 可能包含 breaking changes(如废弃 API、参数重命名等)。建议确认项目中使用的 huggingface_hub API(如模型下载、token 管理等)在 v1.x 中是否仍然兼容。

]
test = [
"pytest",
Expand Down
Loading