From 95d649fdeca89bfed5e199829d4d905a52d2da2e Mon Sep 17 00:00:00 2001 From: J K Terry Date: Wed, 19 Jan 2022 14:54:20 -0500 Subject: [PATCH] fix pygame rendering dependency --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e2dd828b1..ea2435377 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ extras = { "box2d": ["box2d-py==2.3.5", "pyglet>=1.4.0"], "classic_control": ["pyglet>=1.4.0"], "mujoco": ["mujoco_py>=1.50, <2.0"], - "toy_text": ["scipy>=1.4.1"], + "toy_text": ["pygame==2.1.0", "scipy>=1.4.1"], "other": ["lz4>=3.1.0", "opencv-python>=3.0"], }