Skip to content

Commit 0f69d28

Browse files
dependabot[bot]copybara-github
authored andcommitted
Bump numpy from 1.19.5 to 1.21.0
Bumps [numpy](https://github.com/numpy/numpy) from 1.19.5 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](numpy/numpy@v1.19.5...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Resolves: google-deepmind#230 PiperOrigin-RevId: 423378775 Change-Id: I749a673f960e915976ca8356057fbb4cd857e2a5
1 parent 196db19 commit 0f69d28

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

dm_control/utils/inverse_kinematics_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
_SITE_NAME = 'gripsite'
3434
_JOINTS = ['joint_1', 'joint_2', 'joint_3', 'joint_4', 'joint_5', 'joint_6']
35-
_TOL = 1e-14
35+
_TOL = 1.2e-14
3636
_MAX_STEPS = 100
3737
_MAX_RESETS = 10
3838

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ lxml==4.6.5
99
mock==3.0.5
1010
nose==1.3.7
1111
nose-xunitmp==0.4.1
12-
numpy==1.19.5
12+
numpy==1.21.0
1313
Pillow==9.0.0
1414
protobuf==3.15.6
1515
pyopengl==3.1.5

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def is_excluded(s):
192192

193193
setup(
194194
name='dm_control',
195-
version='0.0.423355410',
195+
version='0.0.423378775',
196196
description='Continuous control environments and MuJoCo Python bindings.',
197197
author='DeepMind',
198198
license='Apache License, Version 2.0',

0 commit comments

Comments
 (0)