Skip to content
Closed
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.

此 PR 与 PR #3277 完全相同(都是将 huggingface_hub 上限从 <1.0 改为 <2.0)。如果两个 PR 都合并会导致冲突。建议关闭其中一个,或确认它们针对的是不同的基础分支。

]
test = [
"pytest",
Expand Down
Loading