From 08ee4ec85e4078cc2c2fcfe8d423a0b8d7b4a2af Mon Sep 17 00:00:00 2001 From: mitchellgoffpc Date: Fri, 4 Aug 2023 17:02:03 -0700 Subject: [PATCH] Revert "special opencv is only for xx (#29161)" old-commit-hash: 4a40bde5aa5bf18eb0e7c5c0113e23ab9fc97708 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 63eabb79ab..c87014f484 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:1eb6a79674894d4316898f52a2cca825a89221877c6b1d0d4d76cb58ebbbf042 -size 815216 +oid sha256:4bdf2a7ffee6dd09d6532b7e2a2cd5d6af889658cfbbe0d02deac92e14be33e9 +size 809997 diff --git a/pyproject.toml b/pyproject.toml index 3d6d79c4cf..d13d60773b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -84,7 +84,7 @@ mpld3 = "*" mypy = "*" myst-parser = "*" natsort = "*" -opencv-python-headless = "*" +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" } pandas = "*" parameterized = "^0.8" paramiko = "*"