Skip to content

Commit

Permalink
fix reqs
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 committed Jun 16, 2024
1 parent c61973f commit 4d222f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@
install_requires=[
"onnxruntime>=1.13.1",
"transformers>=4.22.2",
"numpy>=1",
"numpy>=1.0,<=2.0",
"scikit-learn>=1",
"tqdm",
"skops",
"pandas>=1",
"cached_property", # for Py37
"torchinfo",
"fast-mosestokenizer"
],
url="https://github.com/bminixhofer/wtpsplit",
package_data={"wtpsplit": ["data/*"]},
Expand Down

0 comments on commit 4d222f5

Please sign in to comment.