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",