Skip to content

Commit

Permalink
Merge pull request #126 from si14/main
Browse files Browse the repository at this point in the history
Relax the requirements on numpy to allow numpy 2.0+
  • Loading branch information
markus583 authored Aug 25, 2024
2 parents 41dce4b + 764dc0d commit b010e91
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 b010e91

Please sign in to comment.