First implementation

This commit is contained in:
2026-05-01 09:32:48 +02:00
parent 9cee33c405
commit 5c53dcad52
5 changed files with 2255 additions and 3 deletions

View File

@@ -13,7 +13,12 @@ description = ""
readme = "README.md"
requires-python = "~=3.12.0"
dependencies = [
# TODO configure install dependencies
"opencv-contrib-python-headless==4.12.0.88",
"pandas>=2.3.3",
"matplotlib>=3.10.8",
"matplotlib-inline>=0.2.1",
"pillow>=12.2.0",
"pyside6>=6.11.0",
]
dynamic = ["version"]