From 29839c082e71d80b059d3dc36c7926b75eb729eb Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 18 Dec 2025 07:56:45 +0100 Subject: [PATCH] added matplotlib --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index d766c7d..d79635d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ authors = [ ] dependencies = [ "numpy", + "matplotlib", "opencv-python", "opencv-contrib-python" ]