From 9ccb51a6331392f42ccb2f5f8016f2aed3b8f358 Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Wed, 26 Jul 2023 20:31:52 -0700 Subject: [PATCH] special opencv is only for xx (#29161) old-commit-hash: fb70913ffd9779b34bd4dad7794ea296f021c864 --- poetry.lock | 4 ++-- pyproject.toml | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 233ac74514..ae75b32180 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:740934eaa6ba344c6589cdcf68f0e791fac2298992355d4005410e43fc31744f -size 778659 +oid sha256:f4ac3a33f77a1bdeb86425eee75c840bfb57965878fc0b19d1b3f9b951cded1e +size 782602 diff --git a/pyproject.toml b/pyproject.toml index de77b4ea41..96e4d84a95 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]