Files
mt/tools/pyproject.toml

12 lines
220 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",
"polars>=1.33.0",
2025-09-10 19:41:00 +02:00
"pyarrow>=21.0.0",
]