DynamicAbstractionSystem/pyproject.toml

25 lines
471 B
TOML

[project]
name = "dynamicsystemabstraction"
version = "0.1.0"
description = "Add your description here"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.7",
"numpy>=2.3.0",
"pandas>=2.3.3",
"pre-commit>=4.2.0",
"psutil>=7.0.0",
"pydantic>=2.11.5",
"pygame>=2.6.1",
"pygame-gui>=0.6.14",
"pytest>=8.3.5",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = [
"psutil>=7.0.0",
"ruff>=0.11.12",
"snakeviz>=2.2.2",
]