Skip to content

Commit f1ada42

Browse files
authored
Use OpenCV package without GUI (#280)
1 parent 325c2b2 commit f1ada42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ classifiers = [
2525
]
2626
dependencies = [
2727
"numpy>=1.16.6",
28-
"opencv-python",
28+
"opencv-python-headless",
2929
"scipy>=1.5.4",
3030
"openvino>=2025.0",
3131
"omz_tools @ git+https://github.com/openvinotoolkit/open_model_zoo.git@master#egg=omz_tools&subdirectory=tools/model_tools",

0 commit comments

Comments
 (0)