Skip to content

Commit 014a0d7

Browse files
committed
Add test dependency
1 parent aad3cd7 commit 014a0d7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ dependencies = [
5151
]
5252

5353
[project.optional-dependencies]
54-
test = ["pytest"]
54+
test = [
55+
"pytest",
56+
"pybullet",
57+
]
5558

5659
[project.urls]
5760
"Homepage" = "https://github.com/UM-ARM-Lab/pytorch_kinematics"

0 commit comments

Comments
 (0)