Files
agnos-builder/userspace/uv/pyproject.toml
T
2024-12-17 15:34:26 -08:00

27 lines
483 B
TOML

[project]
name = "agnos"
version = "0.1.0"
authors = [{name = "Vehicle Researcher", email = "user@comma.ai"}]
requires-python = "~=3.11"
description = ""
dependencies = [
"openpilot",
"openpilot[dev]",
"openpilot[testing]",
# hardware.py
"dbus-python",
# amplifier.py
"smbus2",
# tinygrad
"pyopencl == 2024.1", # pinned until cmake update coming with 24.04
# extra nice-to-haves
"evdev",
"ipython",
]
[tool.uv.sources]
openpilot = { path = "openpilot" }