Skip to content

Commit

Permalink
Merge pull request #136 from carschno/fix/huggingface-hub
Browse files Browse the repository at this point in the history
Fix/huggingface hub
  • Loading branch information
markus583 authored Oct 27, 2024
2 parents 00d2d6c + 49b7459 commit 6f4de68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 6f4de68

Please sign in to comment.