From 7b67cac78626a0dbbcf4cae1feedda07c569eb9c Mon Sep 17 00:00:00 2001 From: guozijn Date: Thu, 9 Apr 2026 11:13:19 +0930 Subject: [PATCH] add opencv-python to requirements.txt Signed-off-by: guozijn --- detection/requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/detection/requirements.txt b/detection/requirements.txt index ada3864dea..69dd6c6081 100644 --- a/detection/requirements.txt +++ b/detection/requirements.txt @@ -2,3 +2,4 @@ monai-weekly[nibabel] itk>=5.2; python_version < "3.10" tensorboard torchvision +opencv-python