From ae1dac178506eb75a5a3c9099326c2e931d21044 Mon Sep 17 00:00:00 2001 From: Juan Carlos Roman Date: Mon, 11 Nov 2024 16:28:51 -0500 Subject: [PATCH] Limit max version of hugginface_hub to fix import error (#260) --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 277d29b..d995e8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -56,6 +56,6 @@ boto3>=1.19.1 # coco to yolov5 conversion sahi>=0.11.10 # huggingface -huggingface-hub>=0.12.0 +huggingface-hub>=0.12.0,<0.25.0 # roboflow roboflow>=0.2.29