Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
StoneT2000 committed Dec 5, 2023
1 parent d04c2dc commit 25c48a0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
numpy<1.24
scipy
gymnasium>=0.28.1
sapien==2.2.2
# TODO (stao): Change this to ==3.0.0 when sapien 3 is officially released
sapien==3.0.0.dev.0
# basic
h5py
pyyaml
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ def read_requirements():

setup(
name="mani_skill2",
version="0.5.3",
version="0.6.0",
description="ManiSkill2: A Unified Benchmark for Generalizable Manipulation Skills",
long_description=long_description,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 25c48a0

Please sign in to comment.