Skip to content

Commit 10c5c41

Browse files
Update setup.py
1 parent e3c51c7 commit 10c5c41

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

setup.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ def get_dist(pkgname):
1212
'numpy',
1313
'regex',
1414
'tqdm',
15-
'gym'
16-
15+
'gym',
16+
'matplotlib',
17+
'opencv-python'
1718
]
1819
tf_ver = '2.0.0a'
1920
if get_dist('tensorflow>='+tf_ver) is None and get_dist('tensorflow_gpu>='+tf_ver) is None:

0 commit comments

Comments
 (0)