Skip to content

Commit

Permalink
Restrict numpy to <2 for pybullet testing compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
LemonPi committed Jul 8, 2024
1 parent 9074d3b commit f6a4d53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies = [
'absl-py',
'lxml',
"mujoco",
'numpy',
'numpy<2', # pybullet requires numpy<2 for testing; for future versions this may be relaxed
'pyyaml',
'torch',
'matplotlib',
Expand Down

0 comments on commit f6a4d53

Please sign in to comment.