Commit Graph

16 Commits

Author SHA1 Message Date
Maxime Desroches 7633a730a7 pin libusb1 2025-05-07 15:28:48 -07:00
Maxime Desroches c920f1834f sync python packages 2025-05-06 11:43:14 -07:00
Maxime Desroches c5c2969150 add xattr package comment 2025-05-05 17:03:45 -07:00
Maxime Desroches 29726528d1 lock python deps 2025-05-05 17:01:14 -07:00
Adeeb Shihadeh 110a14ab77 add dbus-next 2025-03-07 11:47:59 -08:00
Adeeb Shihadeh 1f05cd58c4 update openpilot deps 2025-03-03 09:40:51 -08:00
Maxime Desroches c84d574501 raylib python bindings (#454)
add
2025-02-05 19:08:17 -08:00
Adeeb Shihadeh dd8f8e2205 provisioning dependencies (#450)
* provisioning dependencies

* disable
2025-02-02 12:40:58 -08:00
Adeeb Shihadeh 4f985359be remove phantom touch logger 2024-12-17 15:34:26 -08:00
Mauricio Alvarez Leon d71ef11041 Revert "add some debugging python packages" (#415)
This reverts commit fbe1f0078b.
2024-12-12 10:52:02 -08:00
Adeeb Shihadeh fbe1f0078b add some debugging python packages 2024-12-05 11:29:55 -08:00
Adeeb Shihadeh 414fd93858 add ipython 2024-10-30 15:07:38 -07:00
Andrei Radulescu 999a7c1180 add missing python dev dependencies (#376)
* add openpilot[dev]

* replace uv pip with uv sync (again)

* [upload]
2024-09-18 10:31:39 -07:00
Andrei Radulescu 4457f9b27f Add missing evdev, smbus2 and inputs (#361)
* add evdev & smbus2; sync openpilot

* update uv.lock

* [upload]

---------

Co-authored-by: Comma Device <device@comma.ai>
2024-09-11 13:31:51 -07:00
Andrei Radulescu 1b506cf44b don't use uv sync for system environment (#341)
* don't use uv sync for system environment
https://docs.astral.sh/uv/concepts/projects/#configuring-the-project-environment-path

* [upload]

* no workspace maybe

* removed openpilot[dev] and created agnos[dev] instead
[upload]

* actually don't install extras now [upload]
2024-09-05 11:27:58 -07:00
Andrei Radulescu 30500eee39 Split out openpilot and agnos python dependencies (#265)
* make openpilot a dependency of agnos

* cleaner curls [upload]

* adding required dbus-python and pyopencl [upload]

* check in openpilot pyproject.toml and uv.lock

* ignore openpilot uv.lock

* remove allow-direct-references

* codespell: ignore openpilot python deps folder

* use a uv workspace instead
https://docs.astral.sh/uv/concepts/workspaces/

* codespell: ignore uv folder

* uv lock in sync

* agnos optional deps are never installed

* uv temp fix for dbus-python error

* uv agnos virtual

* update openpilot pyproject.toml

* also install openpilot testing

* sourcing is needed [upload]

* [upload]

* update openpilot uv.lock

* fix wrong env for uv sync

* added openpilot[testing]

* openpilot uv.lock is now workspace uv.lock

* [upload]

* no more uv.lock download

* new uv.lock

* openpilot[dev] + uv lock --upgrade

* [upload]

---------

Co-authored-by: Comma Device <device@comma.ai>
2024-09-04 13:16:40 -07:00