Skip to content

Commit

Permalink
remove opencv-python-headless (commaai#33082)
Browse files Browse the repository at this point in the history
  • Loading branch information
adeebshihadeh authored Jul 26, 2024
1 parent d128dbe commit f39c5c2
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ dev = [
"lru-dict",
"matplotlib",
"metadrive-simulator@git+https://github.com/commaai/metadrive@opencv_headless ; platform_machine != 'aarch64'",
"opencv-python-headless",
"parameterized >=0.8, <0.9",
#"pprofile",
"pyautogui",
Expand Down
1 change: 1 addition & 0 deletions tools/webcam/camera.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# TODO: remove the cv2 dependency, it's only used here
import cv2 as cv
import numpy as np

Expand Down
1 change: 0 additions & 1 deletion uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f39c5c2

Please sign in to comment.