Skip to content

Commit 215553b

Browse files
authored
Relax numpy version requirement
pybullet has been updated to allow numpy 2 so the numpy<2 requirement is no longer needed
1 parent 55c81c3 commit 215553b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ classifiers = [# Optional
4242
dependencies = [
4343
'absl-py',
4444
'lxml',
45-
'numpy<2', # pybullet requires numpy<2 for testing; for future versions this may be relaxed
45+
'numpy', # pybullet now supports numpy 2; no longer need numpy<2 - if you run into issues update pybullet
4646
'pyyaml',
4747
'torch',
4848
'matplotlib',

0 commit comments

Comments
 (0)