From 10c5c41ab440a793ccbbe31d3476afcce9558609 Mon Sep 17 00:00:00 2001 From: Arsam Aryandoust <33273275+ArsamAryandoust@users.noreply.github.com> Date: Tue, 9 Jan 2024 23:36:59 -0500 Subject: [PATCH] Update setup.py --- setup.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 44d10014..6e325a57 100644 --- a/setup.py +++ b/setup.py @@ -12,8 +12,9 @@ def get_dist(pkgname): 'numpy', 'regex', 'tqdm', - 'gym' - + 'gym', + 'matplotlib', + 'opencv-python' ] tf_ver = '2.0.0a' if get_dist('tensorflow>='+tf_ver) is None and get_dist('tensorflow_gpu>='+tf_ver) is None: