Skip to content

Commit cbbe47c

Browse files
committed
Update "setup.py" file.
1 parent 1b8f4ab commit cbbe47c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@
3535

3636
if os.environ.get('READTHEDOCS') == 'True':
3737
INSTALLATION_REQUIREMENTS = [
38-
'colour-science>=0.3.12', 'mock==1.0.1', 'sphinxcontrib-bibtex'
38+
'colour-science>=0.3.12', 'mock==1.0.1', 'opencv-python==3.4.5.20',
39+
'sphinxcontrib-bibtex'
3940
]
4041

4142
DOCS_REQUIREMENTS = [

0 commit comments

Comments
 (0)