Skip to content

Commit 9119326

Browse files
Update pyproject.toml
1 parent 84c40c3 commit 9119326

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pyproject.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,10 @@ mujoco = ["mujoco==3.3.0"]
5252
nn_kinematics = ["onnxruntime==1.22.1"]
5353
placo_kinematics = ["placo==0.9.14"]
5454
gstreamer = ["PyGObject>=3.42.2,<=3.46.0"]
55-
rerun = ["rerun-sdk>=0.23.4",
56-
"rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",
55+
rerun = [
56+
"rerun-sdk>=0.23.4",
57+
# See https://github.com/rerun-io/rerun-loader-python-example-urdf/issues/12
58+
# "rerun-loader-urdf @ git+https://github.com/rerun-io/rerun-loader-python-example-urdf.git",
5759
]
5860

5961
[project.scripts]

0 commit comments

Comments
 (0)