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
Generated
+2 -2
View File
@@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:740934eaa6ba344c6589cdcf68f0e791fac2298992355d4005410e43fc31744f
size 778659
oid sha256:f4ac3a33f77a1bdeb86425eee75c840bfb57965878fc0b19d1b3f9b951cded1e
size 782602
+2 -1
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]