From fbe812ce5803cf733fa9a156594b9fbc1b434796 Mon Sep 17 00:00:00 2001 From: Jirka B Date: Thu, 10 Oct 2024 21:21:17 +0200 Subject: [PATCH] sys_platform != "darwin" --- requirements/detection_test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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