Skip to content

Commit

Permalink
whatever
Browse files Browse the repository at this point in the history
  • Loading branch information
nachovizzo committed Dec 22, 2023
1 parent fa586d9 commit c24d2f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit c24d2f8

Please sign in to comment.