Skip to content

Commit 3def8ab

Browse files
committed
use headless of opencv python (prevent issue on linux)
1 parent 448e4a9 commit 3def8ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Multi-Template-Matching==1.4
22
numpy==1.16.4
3-
opencv-python==4.1.0.25
3+
opencv-python-headless==4.1.0.25
44
scikit-image==0.15.0
55
scipy==1.3.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
packages=["MTM"],
1717
install_requires=[
1818
'numpy',
19-
'opencv-python',
19+
'opencv-python-headless',
2020
'scikit-image',
2121
'scipy'
2222
],

0 commit comments

Comments
 (0)