From 1dc8d0aa33827085974880ada3f203fe87567b51 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 --- 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