ALLSHIFT/AICONTROL/pyproject.toml
robert 702647d84e Updated the parameter names contained within the matlab controller david1606
TBD: parameters outside the controller, parameters contained on the old parameter doc
2026-09-11 13:05:38 +00:00

17 lines
435 B
TOML

[project]
name = "aicontrol"
version = "0.1.0"
description = "AI & Control cluster: placeholder environment, forecasting harness, training rig, evaluation pipeline, safety layer, dashboard"
requires-python = ">=3.12,<3.13"
dependencies = [
"numpy>=2.0",
"gymnasium>=1.0",
"pyyaml>=6.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["aicontrol"]