Skip to content

Commit f6a4d53

Browse files
committed
Restrict numpy to <2 for pybullet testing compatibility
1 parent 9074d3b commit f6a4d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ dependencies = [
4343
'absl-py',
4444
'lxml',
4545
"mujoco",
46-
'numpy',
46+
'numpy<2', # pybullet requires numpy<2 for testing; for future versions this may be relaxed
4747
'pyyaml',
4848
'torch',
4949
'matplotlib',

0 commit comments

Comments
 (0)