2025-09-03 14:55:54 +02:00
|
|
|
[project]
|
2024-06-28 07:56:24 +02:00
|
|
|
name = "tools"
|
|
|
|
|
version = "0.1.0"
|
2025-09-03 14:55:54 +02:00
|
|
|
description = "Add your description here"
|
2024-06-28 07:56:24 +02:00
|
|
|
readme = "README.md"
|
2025-09-03 14:55:54 +02:00
|
|
|
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",
|
2025-09-03 14:55:54 +02:00
|
|
|
"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",
|
2025-09-03 14:55:54 +02:00
|
|
|
]
|