We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55c81c3 commit 215553bCopy full SHA for 215553b
pyproject.toml
@@ -42,7 +42,7 @@ classifiers = [# Optional
42
dependencies = [
43
'absl-py',
44
'lxml',
45
- 'numpy<2', # pybullet requires numpy<2 for testing; for future versions this may be relaxed
+ 'numpy', # pybullet now supports numpy 2; no longer need numpy<2 - if you run into issues update pybullet
46
'pyyaml',
47
'torch',
48
'matplotlib',
0 commit comments