From ec0b3479edf84558445142fcb7a68ff806db85d8 Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Mon, 30 Sep 2024 09:13:11 +0800 Subject: [PATCH] change opencv version (#2673) ### What problem does this PR solve? ### Type of change - [x] Bug Fix (non-breaking change which fixes an issue) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b0bedaaca6..4838f9d577 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ numpy = "1.26.4" ollama = "0.2.1" onnxruntime = "1.19.2" openai = "1.12.0" -opencv-python = "4.9.0.80" +opencv-python = "4.10.0.84" opencv-python-headless = "4.9.0.80" openpyxl = "3.1.2" ormsgpack = "1.5.0"