mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Add huggingface-hub dependency (#11794)
### What problem does this PR solve? When a script has a block like this at the top, then uv run download_deps.py ignores the [project].dependencies in pyproject.toml and only uses that dependencies = [...] list. ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue)
This commit is contained in:
@ -5,6 +5,7 @@
|
||||
# requires-python = ">=3.10"
|
||||
# dependencies = [
|
||||
# "nltk",
|
||||
# "huggingface-hub"
|
||||
# ]
|
||||
# ///
|
||||
|
||||
|
||||
Reference in New Issue
Block a user