Skip to content

Commit e47bf77

Browse files
committed
Use correct "OpenCV" package.
1 parent c4c62c7 commit e47bf77

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929

3030
LONG_DESCRIPTION = open('README.rst').read()
3131

32-
INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.12', 'opencv>=3.4.3']
32+
INSTALLATION_REQUIREMENTS = [
33+
'colour-science>=0.3.12', 'opencv-python==3.4.5.20'
34+
]
3335

3436
if os.environ.get('READTHEDOCS') == 'True':
3537
INSTALLATION_REQUIREMENTS = [

0 commit comments

Comments
 (0)