From 40a0b4f4b380b465c76522031fed11249d6f97f4 Mon Sep 17 00:00:00 2001 From: tgoelles Date: Tue, 3 Dec 2024 08:52:43 +0000 Subject: [PATCH] fix pyproject.toml: update rosbags dependency to version 0.9.15 or higher --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 82c8328..f8b2aa4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -41,7 +41,7 @@ dependencies = [ "dask>=2023.11.0", "typer", "rich", - "rosbags", + "rosbags>=0.9.15", "ipywidgets", "laspy", ]