From d613304c1d1cc97583d87cbba8bc6913a76f87e7 Mon Sep 17 00:00:00 2001 From: Florian Felten Date: Thu, 24 Oct 2024 11:37:42 +0200 Subject: [PATCH] Bump pygame --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 34a539f..e779a7c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ mario = ["nes-py", "gym-super-mario-bros"] minecart = ["scipy >=1.7.3 "] mujoco = ["mujoco >=2.2.0", "imageio >=2.14.1"] highway = ["highway-env >=1.8"] -box2d = ["box2d-py ==2.3.5", "pygame ==2.1.3.dev8", "swig ==4.*"] +box2d = ["box2d-py ==2.3.5", "pygame >=2.1.3", "swig ==4.*"] all = [ # All dependencies above except accept-rom-license # NOTE: No need to manually remove the duplicates, setuptools automatically does that. @@ -53,7 +53,7 @@ all = [ "highway-env >= 1.9.1", # box2d "box2d-py ==2.3.5", - "pygame ==2.1.3.dev8", + "pygame >=2.1.3", "swig ==4.*", ] testing = ["pytest ==7.1.3"]