From fda17a84850ba4b3844c911a03d7d05897a98473 Mon Sep 17 00:00:00 2001 From: peterdudfield Date: Tue, 23 Jul 2024 22:31:53 +0100 Subject: [PATCH] dont pin huggingface-hub --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3112e9b..9491ad1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "omegaconf", "hydra-core", "python-dotenv", - "huggingface-hub==0.20.*", + "huggingface-hub", ] [tool.setuptools.dynamic]