From 5325ea9cc1c57ab2d555b0b4717319451bb33b5d Mon Sep 17 00:00:00 2001 From: Benjamin Otto Date: Mon, 17 Nov 2025 19:05:44 +0100 Subject: [PATCH] Replace opencv-python with opencv-python-headless --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5bc18ca..3a339e2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,4 +4,4 @@ color-matcher matplotlib huggingface_hub mss -opencv-python \ No newline at end of file +opencv-python-headless