From 84836fd76a5b157d6c53cc5a13175e59c99dedfb Mon Sep 17 00:00:00 2001 From: David Perl Date: Mon, 3 Aug 2026 13:43:32 +0200 Subject: [PATCH] fix: remove opencv pin --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 653ca43..deead1f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "pydantic", "numpy", "scipy", - "opencv-python", + "opencv-python-headless", "pillow" ]