special opencv is only for xx (#29161)

old-commit-hash: fb70913ffd
beeps
Adeeb Shihadeh 2 years ago committed by GitHub
parent 26f3fdae3d
commit 9ccb51a633
  1. 4
      poetry.lock
  2. 3
      pyproject.toml

4
poetry.lock generated

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:740934eaa6ba344c6589cdcf68f0e791fac2298992355d4005410e43fc31744f oid sha256:f4ac3a33f77a1bdeb86425eee75c840bfb57965878fc0b19d1b3f9b951cded1e
size 778659 size 782602

@ -80,7 +80,7 @@ mpld3 = "*"
mypy = "*" mypy = "*"
myst-parser = "*" myst-parser = "*"
natsort = "*" 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 = "*" pandas = "*"
parameterized = "^0.8" parameterized = "^0.8"
paramiko = "*" paramiko = "*"
@ -176,6 +176,7 @@ transformers = "*"
timm = "==0.9.2" timm = "==0.9.2"
PyNvCodec = { git = "https://github.com/NVIDIA/VideoProcessingFramework.git", rev = "3347e55" } 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" } 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] [build-system]

Loading…
Cancel
Save