feat: add training preprocessing and model routing

This commit is contained in:
2026-09-11 15:58:41 +08:00
parent 947fd12b3a
commit df3ab51a0d
9 changed files with 1010 additions and 2 deletions
+2
View File
@@ -8,8 +8,10 @@ version = "0.1.0"
description = "Laser material parameter matching toolkit"
requires-python = ">=3.10"
dependencies = [
"pandas>=2.2,<3",
"pydantic>=2.7,<3",
"pydantic-settings>=2.2,<3",
"scikit-learn>=1.5,<2",
]
[dependency-groups]