Skip to content

Commit

Permalink
Upgrade shimmy version
Browse files Browse the repository at this point in the history
  • Loading branch information
takuseno committed Jan 24, 2025
1 parent 972b043 commit 0e8097b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion d3rlpy/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ def print_available_options() -> None:
["minari[all]>=0.5.1", "gymnasium-robotics>=1.2.4"], upgrade=True
)
elif name == "dm_control":
_install_module(["shimmy[dm-control]==1.3.0"], upgrade=True)
_install_module(["shimmy[dm-control]==2.0.0"], upgrade=True)
elif name == "list":
print_available_options()
else:
Expand Down

0 comments on commit 0e8097b

Please sign in to comment.