remove opencv-python-headless (#33082)

old-commit-hash: f39c5c22e8
pull/33302/head
Adeeb Shihadeh 9 months ago committed by GitHub
parent b6f9ab20a0
commit 488e08507a
  1. 1
      pyproject.toml
  2. 1
      tools/webcam/camera.py
  3. 1
      uv.lock

@ -103,7 +103,6 @@ dev = [
"lru-dict", "lru-dict",
"matplotlib", "matplotlib",
"metadrive-simulator@git+https://github.com/commaai/metadrive@opencv_headless ; platform_machine != 'aarch64'", "metadrive-simulator@git+https://github.com/commaai/metadrive@opencv_headless ; platform_machine != 'aarch64'",
"opencv-python-headless",
"parameterized >=0.8, <0.9", "parameterized >=0.8, <0.9",
#"pprofile", #"pprofile",
"pyautogui", "pyautogui",

@ -1,3 +1,4 @@
# TODO: remove the cv2 dependency, it's only used here
import cv2 as cv import cv2 as cv
import numpy as np import numpy as np

@ -1469,7 +1469,6 @@ dev = [
{ name = "lru-dict" }, { name = "lru-dict" },
{ name = "matplotlib" }, { name = "matplotlib" },
{ name = "metadrive-simulator", marker = "platform_machine != 'aarch64'" }, { name = "metadrive-simulator", marker = "platform_machine != 'aarch64'" },
{ name = "opencv-python-headless" },
{ name = "parameterized" }, { name = "parameterized" },
{ name = "pyautogui" }, { name = "pyautogui" },
{ name = "pyopencl", marker = "platform_machine != 'aarch64'" }, { name = "pyopencl", marker = "platform_machine != 'aarch64'" },

Loading…
Cancel
Save