Skip to content

Commit 52ddb14

Browse files
committed
install latest rerun
1 parent f7177e0 commit 52ddb14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/python/install_requirements.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def hasWhitespace(string):
6262
DEPENDENCIES.append('opencv-python')
6363

6464
if args.install_rerun:
65-
DEPENDENCIES.append('rerun-sdk==0.16.0')
65+
DEPENDENCIES.append('rerun-sdk')
6666
if args.install_open3d_cpu:
6767
DEPENDENCIES.append('open3d-cpu')
6868
# Constants

0 commit comments

Comments
 (0)