Add huggingface-hub as required dependency (#288)

This commit is contained in:
Albert Villanova del Moral 2025-01-21 10:50:08 +01:00 committed by GitHub
parent 0e0d73b096
commit fb23e91a21
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ authors = [
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"huggingface-hub>=0.24.0",
"requests>=2.32.3",
"rich>=13.9.4",
"pandas>=2.2.3",