From 9180d12e1b66e7e2a1a622614f787a6ec147ac40 Mon Sep 17 00:00:00 2001 From: J K Terry Date: Fri, 10 Dec 2021 18:06:07 -0500 Subject: [PATCH] typo --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 707e26929..ad0cb44c3 100644 --- a/setup.py +++ b/setup.py @@ -17,7 +17,7 @@ extras = { "mujoco": ["mujoco_py>=1.50, <2.0"], "robotics": ["mujoco_py>=1.50, <2.0"], "toy_text": ["scipy>=1.4.1"], - "other": ["lz4>=3.1.0", "opencv-python>=3."], + "other": ["lz4>=3.1.0", "opencv-python>=3.0"], } # Meta dependency groups.