Skip to content

Commit

Permalink
Fix python dependencies (#250)
Browse files Browse the repository at this point in the history
* Enable pyopencl and downgrade numpy

* Add future-fstrings as dependency

* Add comments

* Rewrite comment for clarity
  • Loading branch information
robin-reckmann authored Jul 19, 2024
1 parent 6553690 commit 4b70df3
Show file tree
Hide file tree
Showing 2 changed files with 81 additions and 61 deletions.
5 changes: 3 additions & 2 deletions userspace/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies = [
"evdev",
"flake8",
"flask",
"future-fstrings", # needed for acados
"gunicorn",
"hatanaka == 2.4",
"hexdump",
Expand All @@ -26,7 +27,7 @@ dependencies = [
"libusb1",
"markdown-it-py",
"nose",
"numpy",
"numpy < 2.0.0", # pending bumping in openpilot
"onnx",
"onnxruntime >= 1.16.3",
"pillow",
Expand All @@ -39,7 +40,7 @@ dependencies = [
"pydub",
"pyjwt",
"pylint",
#"pyopencl == 2024.1", #FIXME: has some installation errors
"pyopencl == 2024.1", # pinned until cmake update coming with 24.04
"pyserial",
"pytest",
"pytest-cov",
Expand Down
Loading

0 comments on commit 4b70df3

Please sign in to comment.