add opencv-python to the dependencies (#407)
This commit is contained in:
1
setup.py
1
setup.py
@@ -21,6 +21,7 @@ setup(name='baselines',
|
|||||||
'cloudpickle',
|
'cloudpickle',
|
||||||
'tensorflow>=1.4.0',
|
'tensorflow>=1.4.0',
|
||||||
'click',
|
'click',
|
||||||
|
'opencv-python'
|
||||||
],
|
],
|
||||||
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
|
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
|
||||||
author='OpenAI',
|
author='OpenAI',
|
||||||
|
Reference in New Issue
Block a user