Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
xkiixkii committed Oct 4, 2024
1 parent 077b190 commit dd02667
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
gymnasium>=0.29.1
gymnasium>=1.0.0a2
numpy>=1.23.5,<2.0.0
pybullet>=3.2.5
pytransform3d>=2.0.0
scipy>=1.10.0
setuptools>=65.5.1
mujoco >= 3.1.6
mujoco >= 3.2.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@
packages=["deformable_gym"],
install_requires=[
"pybullet",
"gymnasium",
"gymnasium>=1.0.0a2",
"numpy>=1.23.5,<2.0.0",
"pytransform3d",
"mujoco==3.1.6",
"mujoco>=3.2.0",
],
)

0 comments on commit dd02667

Please sign in to comment.