Files
mt/tools/pyproject.toml

14 lines
272 B
TOML
Raw Normal View History

[project]
2024-06-28 07:56:24 +02:00
name = "tools"
version = "0.1.0"
description = "Add your description here"
2024-06-28 07:56:24 +02:00
readme = "README.md"
requires-python = ">=3.11.9"
dependencies = [
2025-09-10 19:41:00 +02:00
"pandas>=2.3.2",
2025-10-21 19:04:19 +02:00
"pointcloudset>=0.11.0",
"polars>=1.33.0",
2025-09-10 19:41:00 +02:00
"pyarrow>=21.0.0",
2025-09-29 18:20:30 +02:00
"tabulate>=0.9.0",
]