[project] name = "aeris-10-radar" version = "1.0.0" description = "AERIS-10 FMCW Radar Platform — host software & FPGA cosim tools" requires-python = ">=3.12" # Runtime dependencies intentionally empty — GUI deps are optional and # listed in requirements_*.txt files for local installs. dependencies = [] [dependency-groups] dev = [ "ruff>=0.5", "pytest>=8", "numpy>=1.26", "h5py>=3.10", ] # --------------------------------------------------------------------------- # Ruff configuration # --------------------------------------------------------------------------- [tool.ruff] target-version = "py312" line-length = 100 [tool.ruff.lint] select = ["E", "F"]