Skip to content

Commit a4d499d

Browse files
🐛Bugfix: Remove unnecessary dependency exclusions and upgrade huggingface_hub version in pyproject.toml (#3211)
1 parent b45d64d commit a4d499d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

backend/pyproject.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,14 @@ dependencies = [
3131
"python-docx>=1.1.0",
3232
]
3333

34-
[tool.uv]
35-
# openjiuwen's heavy transitive deps are not needed by backend's prompt_builder module
36-
exclude-dependencies = [
37-
"transformers",
38-
]
39-
4034
[project.optional-dependencies]
4135
data-process = [
4236
"ray[default]>=2.9.3",
4337
"celery>=5.3.6",
4438
"flower>=2.0.1",
4539
"nest_asyncio>=1.5.6",
4640
"unstructured[csv,docx,pdf,pptx,xlsx,md]==0.18.14",
47-
"huggingface_hub>=0.19.0,<0.21.0"
41+
"huggingface_hub>=0.30.0,<1.0"
4842
]
4943
test = [
5044
"pytest",

0 commit comments

Comments
 (0)