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:
parent
51ec708c58
commit
3285f09c92
1 changed files with 1 additions and 0 deletions
|
|
@ -5,6 +5,7 @@
|
|||
# requires-python = ">=3.10"
|
||||
# dependencies = [
|
||||
# "nltk",
|
||||
# "huggingface-hub"
|
||||
# ]
|
||||
# ///
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue