Files
lab_reinforcement_learning/pyproject.toml
Chris Proctor a9385f8296 Refactoring lab
2026-06-26 13:27:11 -04:00

20 lines
439 B
TOML

[project]
name = "lab-reinforcement-learning"
version = "0.1.0"
description = "Reinforcement learning lab"
requires-python = ">=3.11"
dependencies = [
"retro-games>=2.5.0",
"retro-gamer>=0.3.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["games", "q_learning"]
[tool.uv.sources]
retro-gamer = { path = "../../packages/retro-gamer", editable = true }