add opencv-python to the dependencies (#407)

This commit is contained in:
pzhokhov
2018-05-14 10:52:19 -07:00
committed by GitHub
parent 9cf95a0054
commit 9cb7ece338

View File

@@ -21,6 +21,7 @@ setup(name='baselines',
'cloudpickle',
'tensorflow>=1.4.0',
'click',
'opencv-python'
],
description='OpenAI baselines: high quality implementations of reinforcement learning algorithms',
author='OpenAI',