Skip to content

Commit 5bb94ab

Browse files
committed
pin opencv-python==4.6.0.66 (#872)
1 parent 08ac8f5 commit 5bb94ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,11 +130,11 @@ def _parse_requirements_file(file_path):
130130
]
131131
_yolo_integration_deps = [
132132
"torchvision>=0.3.0,<=0.13",
133-
"opencv-python",
133+
"opencv-python==4.6.0.66",
134134
]
135135
_openpifpaf_integration_deps = [
136136
"openpifpaf==0.13.6",
137-
"opencv-python",
137+
"opencv-python==4.6.0.66",
138138
]
139139
# haystack dependencies are installed from a requirements file to avoid
140140
# conflicting versions with NM's deepsparse/transformers

0 commit comments

Comments
 (0)