File tree Expand file tree Collapse file tree 4 files changed +11
-7
lines changed
Expand file tree Collapse file tree 4 files changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -50,10 +50,11 @@ jobs:
5050 version : " 0.5.11"
5151 python-version : ${{ matrix.python-version }}
5252
53+ # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
5354 - name : Install Dependencies
5455 run : |
5556 uv pip install --upgrade build wheel virtualenv
56- uv pip install opencv-python-headless opencv-contrib-python-headless --only-binary :all:
57+ uv pip install opencv-python-headless\<4.13 opencv-contrib-python-headless\<4.13 --only-binary :all:
5758 uv pip install -r requirements_headless.txt -r docs/requirements.txt
5859
5960 - name : Setup FFmpeg
Original file line number Diff line number Diff line change 22# DVR-Scan Python Requirements
33#
44numpy
5- opencv-python
6- opencv-contrib-python
5+ # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
6+ opencv-python < 4.13
7+ opencv-contrib-python < 4.13
78pillow
89platformdirs
910pytest
Original file line number Diff line number Diff line change 22# DVR-Scan Python Requirements
33#
44numpy
5- opencv-python-headless
6- opencv-contrib-python-headless
5+ # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
6+ opencv-python-headless<4.13
7+ opencv-contrib-python-headless<4.13
78pillow
89platformdirs
910pytest
Original file line number Diff line number Diff line change @@ -49,8 +49,9 @@ install_requires =
4949 scenedetect
5050 screeninfo
5151 tqdm
52- opencv-python
53- opencv-contrib-python
52+ # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
53+ opencv-python<4.13
54+ opencv-contrib-python<4.13
5455 pillow
5556packages =
5657# Main application
You can’t perform that action at this time.
0 commit comments