14 lines
272 B
TOML
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",
|
|
]
|