fix(deps): constrain PyAV version to resolve OpenCV-python ffmpeg version conflict (#883)

Co-authored-by: Simon Alibert <75076266+aliberts@users.noreply.github.com>
This commit is contained in:
Steven Palma
2025-03-24 23:40:22 +01:00
committed by GitHub
parent a6015a55f9
commit 725b446ad6
7 changed files with 1 additions and 46 deletions

View File

@@ -62,7 +62,7 @@ dependencies = [
"omegaconf>=2.3.0",
"opencv-python>=4.9.0",
"packaging>=24.2",
"av>=12.0.5",
"av>=12.0.5,<13.0.0",
"pymunk>=6.6.0",
"pynput>=1.7.7",
"pyzmq>=26.2.1",