From fb23e91a21657dbfefca604cb2b1cdb7c682b1d2 Mon Sep 17 00:00:00 2001 From: Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> Date: Tue, 21 Jan 2025 10:50:08 +0100 Subject: [PATCH] Add huggingface-hub as required dependency (#288) --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index f968afe..d510ece 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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",