feat(validation): add SQLModel database models

This commit is contained in:
2026-03-19 10:23:47 +08:00
parent c0ead42384
commit d0cdf50ed5
3 changed files with 100 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ rdkit = ">=2025.9.1,<2026"
pandas = ">=2.3.3,<3"
numpy = ">=2.3.4,<3"
matplotlib = ">=3.10,<4"
sqlmodel = ">=0.0.37,<0.0.38"
[pypi-dependencies]
macro_lactone_toolkit = { path = ".", editable = true }