Skip to content

Commit

Permalink
relax the requirements on numpy to allow numpy 2.0+
Browse files Browse the repository at this point in the history
  • Loading branch information
si14 committed Aug 22, 2024
1 parent 41dce4b commit 764dc0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
install_requires=[
"onnxruntime>=1.13.1",
"transformers>=4.22.2",
"numpy>=1.0,<2.0",
"numpy>=1.0",
"scikit-learn>=1",
"tqdm",
"skops",
Expand Down

0 comments on commit 764dc0d

Please sign in to comment.