Skip to content

Commit 006d106

Browse files
authored
Cherry pick opencv pins (#880)
* pin opencv-python==4.6.0.66 (#872) * Changing opencv-python to <=4.6.0.66 (#879)
1 parent 08ac8f5 commit 006d106

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

+2-2
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)