DynamicAbstractionSystem/pyproject.toml

21 lines
383 B
TOML

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