| [build-system] | |
| requires = ["hatchling"] | |
| build-backend = "hatchling.build" | |
| [project] | |
| name = "pdfsys-bench" | |
| version = "0.0.1" | |
| description = "Cross-backend benchmarking β throughput, latency, and F1 on a small sample set." | |
| requires-python = ">=3.11" | |
| dependencies = [ | |
| "pdfsys-core", | |
| "pdfsys-router", | |
| "pdfsys-parser-mupdf", | |
| "torch>=2.1", | |
| "transformers>=4.44", | |
| ] | |
| [tool.uv.sources] | |
| pdfsys-core = { workspace = true } | |
| pdfsys-router = { workspace = true } | |
| pdfsys-parser-mupdf = { workspace = true } | |
| [tool.hatch.build.targets.wheel] | |
| packages = ["src/pdfsys_bench"] | |