From c0c65f19fa89353b4c54edb4eeb9345ad8b9eee3 Mon Sep 17 00:00:00 2001 From: PaParaZz1 Date: Sat, 7 Dec 2024 14:17:04 +0800 Subject: [PATCH] fix(nyz): remove box2d in platformtest --- setup.py | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.py b/setup.py index 59dd9ce782..05e1c8b9c0 100644 --- a/setup.py +++ b/setup.py @@ -95,7 +95,6 @@ 'h5py', 'scipy', 'scikit-learn', - 'gym[box2d]==0.25.1', 'pettingzoo<=1.22.3', 'opencv-python', # pypy incompatible 'pyecharts',