Skip to content

Commit 3d01825

Browse files
committed
limit opencv version
1 parent 1bd0704 commit 3d01825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
packages=["MTM"],
2121
install_requires=[
2222
'numpy',
23-
'opencv-python-headless',
23+
'opencv-python-headless<=4.3.0',
2424
'scikit-image',
2525
'scipy',
2626
'pandas'

0 commit comments

Comments
 (0)