12 lines
236 B
TOML
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",
|
|
]
|