Skip to content

Commit

Permalink
Bump version number to 1.0.26 following the MuJoCo 3.2.6 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 702444288
Change-Id: I849256b85f62e63572a121925683c27818453ff5
  • Loading branch information
Gabe Oppenheimer authored and copybara-github committed Dec 3, 2024
1 parent f44c219 commit 5028701
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dm_control/mujoco/tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"\"\"\")\n",
"\n",
"print('Installing dm_control...')\n",
"!pip install -q dm_control\u003e=1.0.25\n",
"!pip install -q dm_control\u003e=1.0.26\n",
"\n",
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
"%env MUJOCO_GL=egl\n",
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ h5py==3.12.1
labmaze==1.0.6
lxml==5.3.0
mock==5.1.0
mujoco==3.2.5
mujoco==3.2.6
nose==1.3.7
nose-xunitmp==0.4.1
numpy==1.26.4; python_version >= '3.9'
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def is_excluded(s):

setup(
name='dm_control',
version='1.0.25',
version='1.0.26',
description='Continuous control environments and MuJoCo Python bindings.',
long_description="""
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
Expand Down Expand Up @@ -205,7 +205,7 @@ def is_excluded(s):
'glfw',
'labmaze',
'lxml',
'mujoco >= 3.2.5',
'mujoco >= 3.2.6',
'numpy >= 1.9.0',
'protobuf >= 3.19.4', # TensorFlow requires protobuf<3.20 (b/182876485)
'pyopengl >= 3.1.4',
Expand Down
2 changes: 1 addition & 1 deletion tutorial.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
"\"\"\")\n",
"\n",
"print('Installing dm_control...')\n",
"!pip install -q dm_control\u003e=1.0.25\n",
"!pip install -q dm_control\u003e=1.0.26\n",
"\n",
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
"%env MUJOCO_GL=egl\n",
Expand Down

0 comments on commit 5028701

Please sign in to comment.