diff --git a/requirements/detection_test.txt b/requirements/detection_test.txt index 2aa01df2ad2..a52daa9a978 100644 --- a/requirements/detection_test.txt +++ b/requirements/detection_test.txt @@ -1,4 +1,4 @@ # NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package # in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment -faster-coco-eval >=1.6.2, <1.7.0 +faster-coco-eval >=1.6.2, <1.7.0; sys_platform != "darwin" # compilation error, todo: try to remove this OS contratin with next package bump