added matplotlib

This commit is contained in:
2025-12-18 07:56:45 +01:00
parent eb975da018
commit 29839c082e
+1
View File
@@ -13,6 +13,7 @@ authors = [
] ]
dependencies = [ dependencies = [
"numpy", "numpy",
"matplotlib",
"opencv-python", "opencv-python",
"opencv-contrib-python" "opencv-contrib-python"
] ]