From 65b5652b7257ea80b8779d347e2ed3cb27ec8f42 Mon Sep 17 00:00:00 2001 From: Emanuele Giacomini Date: Mon, 10 Jun 2024 12:54:15 +0200 Subject: [PATCH] Fixed version requirement for open3d --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 30719b0..9165f5d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "PyYAML", "numpy", "rosbags", - "open3d>=0.13.0", + "open3d", "matplotlib", "typer[all]>=0.10.0", "natsort",