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 f7177e0 commit 52ddb14Copy full SHA for 52ddb14
examples/python/install_requirements.py
@@ -62,7 +62,7 @@ def hasWhitespace(string):
62
DEPENDENCIES.append('opencv-python')
63
64
if args.install_rerun:
65
- DEPENDENCIES.append('rerun-sdk==0.16.0')
+ DEPENDENCIES.append('rerun-sdk')
66
if args.install_open3d_cpu:
67
DEPENDENCIES.append('open3d-cpu')
68
# Constants
0 commit comments