Skip to content

Commit

Permalink
🚧 Quick fix to fix rendering (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
goncamateus committed Mar 25, 2022
1 parent c5c5690 commit a71e1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
url="https://github.com/robocin/rSoccer",
description="SSL and VSS robot soccer gym environments",
packages=[package for package in find_packages() if package.startswith("rsoccer_gym")],
install_requires=['gym', 'rc-robosim>=1.2.0', 'pyglet', 'protobuf']
install_requires=['gym==0.21.0', 'rc-robosim>=1.2.0', 'pyglet', 'protobuf']
)

0 comments on commit a71e1b5

Please sign in to comment.