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", ]