Skip to content

Commit

Permalink
bumped mujoco to 3.2.6
Browse files Browse the repository at this point in the history
  • Loading branch information
driesmarzougui committed Dec 3, 2024
1 parent 0174cec commit 3dd11a0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "biorobot"
version = "0.3.4"
version = "0.3.5"
authors = [
{ name = "Dries Marzougui", email = "[email protected]" },
]
Expand Down
8 changes: 4 additions & 4 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
chex==0.1.85
dm_control==1.0.24
dm_control==1.0.25
fprs==1.0.0
gymnasium==0.29.1
mujoco==3.2.4
mujoco_mjx==3.2.4
moojoco==1.1.3
mujoco==3.2.6
mujoco_mjx==3.2.6
moojoco==1.1.4
numpy==1.26.3
opencv_python==4.9.0.80
Pillow==10.2.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='biorobot',
version='0.3.4',
version='0.3.5',
description='The Bio-inspired Robotics Testbed.',
long_description=readme,
url='https://github.com/Co-Evolve/brb',
Expand Down

0 comments on commit 3dd11a0

Please sign in to comment.