Files
mt/tools/pyproject.toml
Jan Kowalczyk 7b5accb6c5 fixed plots
2025-10-21 19:04:19 +02:00

14 lines
272 B
TOML

[project]
name = "tools"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11.9"
dependencies = [
"pandas>=2.3.2",
"pointcloudset>=0.11.0",
"polars>=1.33.0",
"pyarrow>=21.0.0",
"tabulate>=0.9.0",
]