From 8529781ae16619b9f84d6552c1dbf0fec131dddf Mon Sep 17 00:00:00 2001 From: J K Terry Date: Mon, 16 Aug 2021 19:08:07 -0400 Subject: [PATCH] Add wrappers extra --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 80d8a8b56..eb6223b6e 100644 --- a/setup.py +++ b/setup.py @@ -15,6 +15,7 @@ extras = { "mujoco": ["mujoco_py>=1.50, <2.0", "imageio"], "robotics": ["mujoco_py>=1.50, <2.0", "imageio"], "toy_text": ["scipy"], + "wrappers": ["lz4~=3.1", "opencv-python>=3."] } # Meta dependency groups.