Skip to content

Commit

Permalink
add tmp onnxruntime max version
Browse files Browse the repository at this point in the history
  • Loading branch information
echarlaix committed Sep 20, 2023
1 parent 26d97e8 commit 4b6c3ed
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 @@ -45,14 +45,14 @@
EXTRAS_REQUIRE = {
"onnxruntime": [
"onnx",
"onnxruntime>=1.11.0",
"onnxruntime>=1.11.0,<1.16.0",
"datasets>=1.2.1",
"evaluate",
"protobuf>=3.20.1",
],
"onnxruntime-gpu": [
"onnx",
"onnxruntime-gpu>=1.11.0",
"onnxruntime-gpu>=1.11.0,<1.16.0",
"datasets>=1.2.1",
"evaluate",
"protobuf>=3.20.1",
Expand Down

0 comments on commit 4b6c3ed

Please sign in to comment.