mirror of
https://github.com/firestar5683/StarPilot.git
synced 2026-08-05 16:26:06 +08:00
remove opencv-python-headless (#33082)
old-commit-hash: f39c5c22e80740700aa3c9bd8cba2a684903e9d2
This commit is contained in:
@@ -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",
|
||||
|
||||
@@ -1,3 +1,4 @@
|
||||
# TODO: remove the cv2 dependency, it's only used here
|
||||
import cv2 as cv
|
||||
import numpy as np
|
||||
|
||||
|
||||
@@ -1469,7 +1469,6 @@ dev = [
|
||||
{ name = "lru-dict" },
|
||||
{ name = "matplotlib" },
|
||||
{ name = "metadrive-simulator", marker = "platform_machine != 'aarch64'" },
|
||||
{ name = "opencv-python-headless" },
|
||||
{ name = "parameterized" },
|
||||
{ name = "pyautogui" },
|
||||
{ name = "pyopencl", marker = "platform_machine != 'aarch64'" },
|
||||
|
||||
Reference in New Issue
Block a user