Skip to content

Commit 9f49e7f

Browse files
committed
[dist] Unpin OpenCV #257
1 parent 41fa755 commit 9f49e7f

4 files changed

Lines changed: 4 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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

requirements.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# DVR-Scan Python Requirements
33
#
44
numpy
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
76
pillow
87
platformdirs
98
pytest

requirements_headless.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@
22
# DVR-Scan Python Requirements
33
#
44
numpy
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
76
pillow
87
platformdirs
98
pytest

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
5554
packages =
5655
# Main application

0 commit comments

Comments
 (0)