From c24d2f8e12438d88c9506e2d102065aeb9b119d1 Mon Sep 17 00:00:00 2001 From: Ignacio Vizzo Date: Fri, 22 Dec 2023 14:40:55 -0300 Subject: [PATCH] whatever --- pyproject.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4751a3b..a6d4dc5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,15 +9,15 @@ authors = [ {name = "Ignacio Vizzo", email = "ignaciovizzo@gmail.com"}, ] -requires-python = ">=3.7" +requires-python = ">=3.9" dependencies = [ "natsort", "numpy", - "open3d>=0.17.0", - "ouster-sdk>=0.7.1", + "open3d", "pyntcloud", "tqdm", "trimesh", + "ouster-sdk>=0.7.1", "typer[all]>=0.6.0", ]