[project] name = "ltx-bench" version = "0.1.0" description = "Profiling and benchmarking tools for LTX-2" readme = "README.md" requires-python = ">=3.10" dependencies = ["ltx-core", "ltx-pipelines", "psutil", "torch~=2.7"] [project.entry-points.pytest11] ltx_bench = "ltx_bench.conftest" [build-system] requires = ["uv_build>=0.9.8,<0.10.0"] build-backend = "uv_build"