Skip to content

Commit

Permalink
Bump dm_control version to 1.0.14 for MuJoCo 2.3.7 release.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 549591342
Change-Id: I38cf80cf762014ab7467b76940316ecdacd4e7af
  • Loading branch information
saran-t authored and copybara-github committed Jul 20, 2023
1 parent 47a5fd7 commit d6f9cb4
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.13\n",
"!pip install -q dm_control\u003e=1.0.14\n",
"\n",
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
"%env MUJOCO_GL=egl\n",
Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ h5py==3.9.0
labmaze==1.0.6
lxml==4.9.3
mock==5.1.0
mujoco==2.3.6
mujoco==2.3.7
nose==1.3.7
nose-xunitmp==0.4.1
numpy==1.24.3; python_version == '3.8'
numpy==1.24.4; python_version == '3.8'
numpy==1.25.1; python_version >= '3.9'
Pillow==10.0.0
protobuf==3.19.4 # TensorFlow requires protobuf<3.20 (b/182876485)
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ def is_excluded(s):

setup(
name='dm_control',
version='1.0.13',
version='1.0.14',
description='Continuous control environments and MuJoCo Python bindings.',
long_description="""
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
Expand Down Expand Up @@ -201,7 +201,7 @@ def is_excluded(s):
'glfw',
'labmaze',
'lxml',
'mujoco >= 2.3.6',
'mujoco >= 2.3.7',
'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.13\n",
"!pip install -q dm_control\u003e=1.0.14\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 d6f9cb4

Please sign in to comment.