From aa98e44cb91db7b402151abe4b2bc922a56a43c3 Mon Sep 17 00:00:00 2001 From: Benedikt Mersch Date: Tue, 14 Jan 2025 16:39:25 +0100 Subject: [PATCH] Restrict KISS version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 35478bf..883c95d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,7 @@ authors = [ ] license_files = "LICENSE" dependencies = [ - "kiss-icp>=1.0.0", + "kiss-icp<=1.1.0", "diskcache>=5.3.0", "pytorch_lightning>=1.6.4", ]