special opencv is only for xx (#29161)

old-commit-hash: fb70913ffd9779b34bd4dad7794ea296f021c864
This commit is contained in:
Adeeb Shihadeh
2023-07-26 20:31:52 -07:00
committed by GitHub
parent 26f3fdae3d
commit 9ccb51a633
2 changed files with 4 additions and 3 deletions

BIN
poetry.lock LFS generated

Binary file not shown.

View File

@@ -80,7 +80,7 @@ mpld3 = "*"
mypy = "*"
myst-parser = "*"
natsort = "*"
opencv-python-headless = { url = "https://github.com/commaai/opencv-python-builder/releases/download/4.5.5.64%2Bcu118-cp311/opencv_python_headless-4.5.5.64-cp311-cp311-manylinux_2_31_x86_64.whl", platform = "linux" }
opencv-python-headless = "*"
pandas = "*"
parameterized = "^0.8"
paramiko = "*"
@@ -176,6 +176,7 @@ transformers = "*"
timm = "==0.9.2"
PyNvCodec = { git = "https://github.com/NVIDIA/VideoProcessingFramework.git", rev = "3347e55" }
apex = { url = "https://github.com/commaai/apex/releases/download/pytorch2.0.1%2Bcu11.8/apex-0.1-cp311-cp311-linux_x86_64.whl" }
opencv-python-headless = { url = "https://github.com/commaai/opencv-python-builder/releases/download/4.5.5.64%2Bcu118-cp311/opencv_python_headless-4.5.5.64-cp311-cp311-manylinux_2_31_x86_64.whl", platform = "linux" }
[build-system]