diff --git a/label_studio_ml/examples/segment_anything_model/requirements.txt b/label_studio_ml/examples/segment_anything_model/requirements.txt index bba3f3261..3f02743a0 100644 --- a/label_studio_ml/examples/segment_anything_model/requirements.txt +++ b/label_studio_ml/examples/segment_anything_model/requirements.txt @@ -1,6 +1,6 @@ label_studio_converter opencv-python -onnxruntime +onnxruntime<=1.15.1 onnx torch==2.0.1 torchvision==0.15.2