Skip to content

Commit 085a62b

Browse files
committed
Correct type
1 parent b4585b3 commit 085a62b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@
158158
'gym-retro >= 0.8.0', 'vizdoom == 1.1.11'
159159
],
160160
ale=['ale-py >= 0.7.3'],
161-
gym=['gym[box2d,classic_control] >= 0.21.0, box2d >= 2.3.10'],
161+
gym=['gym[box2d,classic_control] >= 0.21.0', 'box2d >= 2.3.10'],
162162
retro=['gym-retro >= 0.8.0'],
163163
vizdoom=['vizdoom >= 1.1.11'],
164164
carla=['pygame', 'opencv-python'],

0 commit comments

Comments
 (0)