Warning, /acts/Traccc/extras/benchmark/pyproject.toml is written in an unsupported language. File is not indexed.
0001 # SPDX-PackageName = "traccc, a part of the ACTS project"
0002 # SPDX-FileCopyrightText: CERN
0003 # SPDX-License-Identifier: MPL-2.0
0004
0005 [project]
0006 name = "traccc-bench-tools"
0007 version = "0.0.1"
0008 requires-python = "~=3.9"
0009 dependencies = [
0010 "gitpython>=3.1.44,<4",
0011 "pandas>=2.2.3,<3",
0012 "matplotlib~=3.9",
0013 ]
0014
0015 [dependency-groups]
0016 dev = ["black>=25.1.0,<26"]
0017
0018 [build-system]
0019 requires = ["hatchling"]
0020 build-backend = "hatchling.build"