Skip to content

Commit 8e54d44

Browse files
authored
chore: relax version requirement for rerun-sdk (#235)
This is to allow for t4-devkit usage in marimo notebooks, which require a newer version of the SDK for things like rr.show_notebook(width="auto", height="auto") support
1 parent 423003d commit 8e54d44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ authors = [{ name = "Kotaro Uetake", email = "kotaro.uetake@tier4.jp" }]
1010
readme = "README.md"
1111
requires-python = ">=3.10,<3.13"
1212
dependencies = [
13-
"rerun-sdk==0.20.0",
13+
"rerun-sdk>=0.20.0",
1414
"pyquaternion>=0.9.9",
1515
"matplotlib>=3.9.2",
1616
"shapely<2.0.0; python_version=='3.10'",

0 commit comments

Comments
 (0)