From 7c295db486c5336fad705771fb8b8658c776d828 Mon Sep 17 00:00:00 2001 From: Mathieu De Coster Date: Mon, 7 Oct 2024 15:34:02 +0200 Subject: [PATCH] Update dependency for airo-tulip to 0.0.10 --- airo-robots/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airo-robots/setup.py b/airo-robots/setup.py index ab2c5c1..99663f5 100644 --- a/airo-robots/setup.py +++ b/airo-robots/setup.py @@ -15,7 +15,7 @@ "click", "airo-typing", "airo-spatial-algebra", - "airo-tulip==0.0.9", + "airo-tulip==0.0.10", ], packages=setuptools.find_packages(), package_data={"airo_robots": ["py.typed"]},