From b72131ff051ba0fa190a609b5b4416d7743ff8e4 Mon Sep 17 00:00:00 2001 From: Max Kraev Date: Wed, 8 Apr 2026 11:22:48 +0100 Subject: [PATCH] add opencv-python-headless --- gpu-cuda/requirements.txt | 2 ++ standard/requirements.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/gpu-cuda/requirements.txt b/gpu-cuda/requirements.txt index 145c986..d2a5d88 100644 --- a/gpu-cuda/requirements.txt +++ b/gpu-cuda/requirements.txt @@ -41,3 +41,5 @@ Pillow requests pyyaml python-dotenv + +opencv-python-headless \ No newline at end of file diff --git a/standard/requirements.txt b/standard/requirements.txt index 95e18fb..33991ba 100644 --- a/standard/requirements.txt +++ b/standard/requirements.txt @@ -25,3 +25,5 @@ requests pyyaml python-dotenv plotly + +opencv-python-headless \ No newline at end of file