Skip to content

Commit d72c22f

Browse files
saran-tcopybara-github
authored andcommitted
Update mujoco requirement to version 2.1.3.
PiperOrigin-RevId: 436776327 Change-Id: I45e84899d1c715d265f4a895097e69ba093e2088
1 parent f8ade5d commit d72c22f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ h5py==3.1.0
77
labmaze==1.0.3
88
lxml==4.6.5
99
mock==3.0.5
10+
mujoco==2.1.3
1011
nose==1.3.7
1112
nose-xunitmp==0.4.1
1213
numpy==1.21.0

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ def is_excluded(s):
188188
'h5py',
189189
'labmaze',
190190
'lxml',
191-
'mujoco',
191+
'mujoco >= 2.1.3',
192192
'numpy >= 1.9.0',
193193
'protobuf >= 3.15.6',
194194
'pyopengl >= 3.1.4',

0 commit comments

Comments
 (0)