Warning, /acts/Traccc/extras/physics_plots/pyproject.toml is written in an unsupported language. File is not indexed.
0001 [project]
0002 name = "traccc-physics-plots"
0003 version = "0.1.0"
0004 description = "Scripts to make physics plots with traccc"
0005 readme = "README.md"
0006 requires-python = "==3.12.*"
0007 dependencies = [
0008 "matplotlib>=3.10.5",
0009 "numpy>=2.2.4",
0010 "pandas>=2.2.3",
0011 "scipy>=1.16.3",
0012 ]
0013
0014 [dependency-groups]
0015 dev = [
0016 "black>=25.12.0",
0017 ]