Skip to content

Commit

Permalink
Use correct "OpenCV" package.
Browse files Browse the repository at this point in the history
  • Loading branch information
KelSolaar committed Mar 24, 2019
1 parent c4c62c7 commit e47bf77
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@

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

INSTALLATION_REQUIREMENTS = ['colour-science>=0.3.12', 'opencv>=3.4.3']
INSTALLATION_REQUIREMENTS = [
'colour-science>=0.3.12', 'opencv-python==3.4.5.20'
]

if os.environ.get('READTHEDOCS') == 'True':
INSTALLATION_REQUIREMENTS = [
Expand Down

0 comments on commit e47bf77

Please sign in to comment.