File size: 364 Bytes
ed3aeeb | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | [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"
|