diff --git a/pyproject.toml b/pyproject.toml index 8b74315..5a8dcd6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -10,7 +10,7 @@ authors = [{ name = "Kotaro Uetake", email = "kotaro.uetake@tier4.jp" }] readme = "README.md" requires-python = ">=3.10,<3.13" dependencies = [ - "rerun-sdk==0.20.0", + "rerun-sdk>=0.20.0", "pyquaternion>=0.9.9", "matplotlib>=3.9.2", "shapely<2.0.0; python_version=='3.10'",