init project

This commit is contained in:
Florian Förster 2026-02-26 08:25:17 +01:00
parent 5f967bb1bf
commit f39a8cc5f3
3 changed files with 2650 additions and 3 deletions

2646
pdm.lock generated Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,9 +1,10 @@
[project] [project]
name = "py311" name = "KSG-anomaly-detection"
version = "0.1.0" version = "0.1.0"
description = "PLEASE ADD PROJECT DESCRIPTION" description = "anomaly detection of AOI pictures"
authors = [ authors = [
{name = "PLEASE ADD AUTHOR", email = "PLEASE ADD EMAIL ADDRESS"}, {name = "Susanne Franke", email = "s.franke@d-opt.de"},
{name = "Florian Förster", email = "f.foerster@d-opt.com"},
] ]
dependencies = [] dependencies = []
requires-python = ">=3.11" requires-python = ">=3.11"