Warning, /acts/Traccc/extras/cut_optimiser/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [project]
0002 name = "cut-optimiser"
0003 version = "0.1.0"
0004 description = "Add your description here"
0005 readme = "README.md"
0006 requires-python = ">=3.13"
0007 dependencies = [
0008 "pydantic>=2.11.7",
0009 "traccc-bench-tools",
0010 ]
0011
0012 [tool.uv.sources]
0013 traccc-bench-tools = { path = "../benchmark" }
0014
0015 [dependency-groups]
0016 dev = [
0017 "black>=25.1.0",
0018 ]