Files
Engine-Data-Processing/pyproject.toml
2026-05-27 08:51:07 +02:00

12 lines
236 B
TOML

[project]
name = "engine-data-processing"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"matplotlib>=3.10.9",
"pandas>=3.0.3",
"tqdm>=4.67.3",
]