| [project] | |
| name = "mcu-ir-analysis" | |
| version = "0.1.0" | |
| description = "Reproducible public-quantized-model IR, graph, and memory analysis" | |
| requires-python = ">=3.12,<3.13" | |
| [tool.pytest.ini_options] | |
| testpaths = ["tests"] | |
| norecursedirs = [ | |
| ".git", | |
| ".venv", | |
| "environment/cache", | |
| "research/downloads", | |
| "models", | |
| ] | |
| addopts = "--strict-config --strict-markers" | |