TBD: parameters outside the controller, parameters contained on the old parameter doc
17 lines
435 B
TOML
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"]
|