Sam 8f17498b88
All checks were successful
Build Simulation and Test / Run All Tests (push) Successful in 2m53s
Add headless simulation benchmarking and tests for determinism
2025-06-21 18:36:02 -05:00

20 lines
360 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",
]