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:
Mustafa Aldemir
2025-12-08 02:50:03 +01:00
committed by GitHub
parent 51ec708c58
commit 3285f09c92

View File

@ -5,6 +5,7 @@
# requires-python = ">=3.10"
# dependencies = [
# "nltk",
# "huggingface-hub"
# ]
# ///