Files
Engine-Control-Algos/pyproject.toml
2026-06-02 09:35:33 +02:00

12 lines
234 B
TOML

[project]
name = "engine-control-algos"
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",
]