[bot] Update Python packages (#35726)

* Update Python packages

* dep

* ref

* hint

---------

Co-authored-by: Vehicle Researcher <user@comma.ai>
Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
pull/35623/merge
commaci-public 2 days ago committed by GitHub
parent 052ada6a07
commit 3a2c4a855a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      opendbc_repo
  2. 3
      pyproject.toml
  3. 2
      selfdrive/test/process_replay/ref_commit
  4. 2
      tinygrad_repo
  5. 1
      tools/lib/framereader.py
  6. 1178
      uv.lock

@ -1 +1 @@
Subproject commit 4661a0db09bb10eed6b1dce7da02440728c985cb
Subproject commit aa08e499ba98d1342bd81270fb83b0c02c6c39e6

@ -177,9 +177,6 @@ skip = "./third_party/*, ./tinygrad/*, ./tinygrad_repo/*, ./msgq/*, ./panda/*, .
[tool.mypy]
python_version = "3.11"
plugins = [
"numpy.typing.mypy_plugin",
]
exclude = [
"cereal/",
"msgq/",

@ -1 +1 @@
5106373532793d9483efbb75d3eb3ea9b3df375e
e5e76533f9c3986d32aed1c7b4b6bb1e5fe08c30

@ -1 +1 @@
Subproject commit 1ad852a8927516d8ef392b940ce6ccff8b7fcae3
Subproject commit c0c695dd89305a054264f9365c3caa455fd16ed8

@ -56,6 +56,7 @@ def decompress_video_data(rawdat, w, h, pix_fmt="rgb24", vid_fmt='hevc') -> np.n
"-"]
dat = subprocess.check_output(args, input=rawdat)
ret: np.ndarray
if pix_fmt == "rgb24":
ret = np.frombuffer(dat, dtype=np.uint8).reshape(-1, h, w, 3)
elif pix_fmt in ["nv12", "yuv420p"]:

1178
uv.lock

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save