Skip to content

Commit f6ea872

Browse files
committed
Avoid errors due to OpenCV UI dependencies.
1 parent 9a484a5 commit f6ea872

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ pylint = "==2.3.0"
88
pytest = "*"
99
yapf = "==0.25.0"
1010
numpy = "*"
11-
opencv-python = "*"
11+
opencv-python-headless = "*"
1212

1313
[requires]
1414
python_version = "3.7"

0 commit comments

Comments
 (0)