From 49b7459bfc3a4a11ebf03c1fe9f2d9bd0b33d4a5 Mon Sep 17 00:00:00 2001 From: Carsten Schnober Date: Mon, 21 Oct 2024 11:35:22 +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",