diff --git a/dm_control/mujoco/tutorial.ipynb b/dm_control/mujoco/tutorial.ipynb index 689bfc83..06d44d9c 100644 --- a/dm_control/mujoco/tutorial.ipynb +++ b/dm_control/mujoco/tutorial.ipynb @@ -93,7 +93,7 @@ "\"\"\")\n", "\n", "print('Installing dm_control...')\n", - "!pip install -q dm_control>=1.0.16\n", + "!pip install -q dm_control>=1.0.17\n", "\n", "# Configure dm_control to use the EGL rendering backend (requires GPU)\n", "%env MUJOCO_GL=egl\n", diff --git a/setup.py b/setup.py index 4abf4cc0..775b9649 100644 --- a/setup.py +++ b/setup.py @@ -173,7 +173,7 @@ def is_excluded(s): setup( name='dm_control', - version='1.0.16', + version='1.0.17', description='Continuous control environments and MuJoCo Python bindings.', long_description=""" # `dm_control`: DeepMind Infrastructure for Physics-Based Simulation. @@ -201,7 +201,7 @@ def is_excluded(s): 'glfw', 'labmaze', 'lxml', - 'mujoco >= 3.1.1', + 'mujoco >= 3.1.3', 'numpy >= 1.9.0', 'protobuf >= 3.19.4', # TensorFlow requires protobuf<3.20 (b/182876485) 'pyopengl >= 3.1.4', diff --git a/tutorial.ipynb b/tutorial.ipynb index 400011c1..1fbb1d09 100644 --- a/tutorial.ipynb +++ b/tutorial.ipynb @@ -93,7 +93,7 @@ "\"\"\")\n", "\n", "print('Installing dm_control...')\n", - "!pip install -q dm_control\u003e=1.0.16\n", + "!pip install -q dm_control\u003e=1.0.17\n", "\n", "# Configure dm_control to use the EGL rendering backend (requires GPU)\n", "%env MUJOCO_GL=egl\n",