Skip to content

Commit

Permalink
Specify upper bound for ultralytics version
Browse files Browse the repository at this point in the history
  • Loading branch information
sovrasov committed Dec 4, 2023
1 parent 4ab2f7a commit 9630634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion model_api/python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"httpx",
"pytest",
"openvino-dev[onnx,pytorch,tensorflow2]",
"ultralytics>=8.0.114",
"ultralytics>=8.0.114,<=8.0.205",
"onnx",
"onnxruntime",
],
Expand Down

0 comments on commit 9630634

Please sign in to comment.