DynamicAbstractionSystem/pyproject.toml
Samuel Bargallo b87106f8f3
Some checks failed
Build Simulation and Test / Run All Tests (push) Failing after 14m59s
Updated yaml dependeny and gitignore file to ignore pycache
2025-11-10 16:17:44 +00:00

26 lines
492 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",
"pyyaml>=6.0.2",
"tqdm>=4.67.1",
]
[dependency-groups]
dev = [
"psutil>=7.0.0",
"ruff>=0.11.12",
"snakeviz>=2.2.2",
]