Skip to content

Commit

Permalink
back
Browse files Browse the repository at this point in the history
  • Loading branch information
maxime-desroches committed Dec 19, 2024
1 parent 3165120 commit c0b13ee
Show file tree
Hide file tree
Showing 2 changed files with 570 additions and 561 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,7 @@ dependencies = [

# panda
"libusb1",
# TODO: go back to PyPI spidev when a new release is pushed
"spidev @ git+https://github.com/commaai/py-spidev@0ea54e057f6ebb54741332a25976dca4e6bc0dd6 ; (platform_system == 'Linux')",
"spidev; platform_system == 'Linux'",

# modeld
"onnx >= 1.14.0",
Expand Down Expand Up @@ -109,6 +108,7 @@ dev = [
"pyopencl; platform_machine != 'aarch64'", # broken on arm64
"pytools < 2024.1.11; platform_machine != 'aarch64'", # pyopencl use a broken version
"pywinctl",
"pyprof2calltree",
"tabulate",
"types-requests",
"types-tabulate",
Expand Down
Loading

0 comments on commit c0b13ee

Please sign in to comment.