Skip to content

Commit

Permalink
bump?
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed Jun 19, 2024
1 parent a9e3012 commit fc27c9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
author_email="[email protected]",
install_requires=[
"onnxruntime>=1.13.1",
"transformers>=4.22.2,<4.36",
"transformers>=4.22.2,<4.40",
"numpy>=1.0,<2.0",
"scikit-learn>=1",
"tqdm",
Expand All @@ -18,7 +18,7 @@
"cached_property", # for Py37
"torchinfo",
"mosestokenizer",
"adapters==0.1.1"
"adapters==0.2.1"
],
url="https://github.com/segment-any-text/wtpsplit",
package_data={"wtpsplit": ["data/*"]},
Expand Down

0 comments on commit fc27c9a

Please sign in to comment.