Files
lab_reinforcement_learning/pyproject.toml
Chris Proctor aeb610d04b Pin published retro-gamer 0.2.0 and retro-games 2.4.0
Drop the local editable path overrides now that retro-gamer 0.2.0
(with observation_function) is published, and bump retro-games to the
version it requires.
2026-06-24 07:50:46 -04:00

17 lines
350 B
TOML

[project]
name = "lab-reinforcement-learning"
version = "0.1.0"
description = "Reinforcement learning lab"
requires-python = ">=3.11"
dependencies = [
"retro-games>=2.4.0",
"retro-gamer>=0.2.0",
]
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["babysnake", "forager"]