From eee40915234b0d23d4953297dedab9ab91290c4c Mon Sep 17 00:00:00 2001 From: Carsten Schnober Date: Mon, 21 Oct 2024 10:50:56 +0200 Subject: [PATCH] Pin huggingface-hub dependency to 0.25.2 --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 132081f1..c5e8a2ae 100644 --- a/setup.py +++ b/setup.py @@ -10,6 +10,7 @@ install_requires=[ "onnxruntime>=1.13.1", "transformers>=4.22.2", + "huggingface-hub==0.25.2", # see https://github.com/segment-any-text/wtpsplit/issues/135 "numpy>=1.0", "scikit-learn>=1", "tqdm",