Skip to content

Commit

Permalink
properly fix np
Browse files Browse the repository at this point in the history
  • Loading branch information
markus583 authored Jun 16, 2024
1 parent 62831e7 commit ba0f942
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,<2.0",
"scikit-learn>=1",
"tqdm",
"skops",
Expand Down

0 comments on commit ba0f942

Please sign in to comment.