Skip to content

Commit 89ea3ca

Browse files
committed
chore(deps): restrict rerun-sdk to versions >=0.20.0,<0.28.0
Signed-off-by: ktro2828 <kotaro.uetake@tier4.jp>
1 parent ffa2bc5 commit 89ea3ca

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,<0.28.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)