Skip to content

Commit 41d0c73

Browse files
saran-tcopybara-github
authored andcommitted
Increase protobuf version in setup.py.
PiperOrigin-RevId: 450417469 Change-Id: Id3ca932a1e718ba3af8e856315d2c5c02c54ebe2
1 parent 3025d18 commit 41d0c73

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed

dm_control/mujoco/tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.3\n",
80+
"!pip install -q dm_control\u003e=1.0.3.post1\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

setup.py

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ def is_excluded(s):
173173

174174
setup(
175175
name='dm_control',
176-
version='1.0.3',
176+
version='1.0.3.post1',
177177
description='Continuous control environments and MuJoCo Python bindings.',
178178
long_description="""
179179
# `dm_control`: DeepMind Infrastructure for Physics-Based Simulation.
@@ -182,8 +182,7 @@ def is_excluded(s):
182182
Learning environments, using MuJoCo physics.
183183
184184
An **introductory tutorial** for this package is available as a Colaboratory
185-
notebook:
186-
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb)
185+
notebook: [Open In Google Colab](https://colab.research.google.com/github/deepmind/dm_control/blob/master/tutorial.ipynb).
187186
""",
188187
long_description_content_type='text/markdown',
189188
author='DeepMind',
@@ -204,7 +203,7 @@ def is_excluded(s):
204203
'lxml',
205204
'mujoco >= 2.2.0',
206205
'numpy >= 1.9.0',
207-
'protobuf >= 3.15.6',
206+
'protobuf >= 3.20.1',
208207
'pyopengl >= 3.1.4',
209208
'pyparsing < 3.0.0',
210209
'requests',

tutorial.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
" 'Go to the Runtime menu and select Choose runtime type.')\n",
7878
"\n",
7979
"print('Installing dm_control...')\n",
80-
"!pip install -q dm_control\u003e=1.0.3\n",
80+
"!pip install -q dm_control\u003e=1.0.3.post1\n",
8181
"\n",
8282
"# Configure dm_control to use the EGL rendering backend (requires GPU)\n",
8383
"%env MUJOCO_GL=egl\n",

0 commit comments

Comments
 (0)