File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -50,11 +50,10 @@ 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.
5453 - name : Install Dependencies
5554 run : |
5655 uv pip install --upgrade build wheel virtualenv
57- uv pip install opencv-python-headless\<4.13 opencv-contrib-python-headless\<4.13 --only-binary :all:
56+ uv pip install opencv-python-headless opencv-contrib-python-headless --only-binary :all:
5857 uv pip install -r requirements_headless.txt -r docs/requirements.txt
5958
6059 - name : Setup FFmpeg
Original file line number Diff line number Diff line change 22# DVR-Scan Python Requirements
33#
44numpy
5- # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
6- opencv-contrib-python < 4.13
5+ opencv-contrib-python
76pillow
87platformdirs
98pytest
Original file line number Diff line number Diff line change 22# DVR-Scan Python Requirements
33#
44numpy
5- # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
6- opencv-contrib-python-headless<4.13
5+ opencv-contrib-python-headless
76pillow
87platformdirs
98pytest
Original file line number Diff line number Diff line change @@ -49,8 +49,7 @@ install_requires =
4949 scenedetect
5050 screeninfo
5151 tqdm
52- # TODO(#257): Unpin OpenCV versions once we figure out why frame numbers are mismatching in tests.
53- opencv-contrib-python<4.13
52+ opencv-contrib-python
5453 pillow
5554packages =
5655# Main application
You can’t perform that action at this time.
0 commit comments