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.
This commit is contained in:
Chris Proctor
2026-06-24 07:50:46 -04:00
parent edbf76071e
commit aeb610d04b
2 changed files with 341 additions and 298 deletions

View File

@@ -4,8 +4,8 @@ version = "0.1.0"
description = "Reinforcement learning lab"
requires-python = ">=3.11"
dependencies = [
"retro-games>=2.3.1",
"retro-gamer>=0.1.0",
"retro-games>=2.4.0",
"retro-gamer>=0.2.0",
]
[build-system]
@@ -14,7 +14,3 @@ build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["babysnake", "forager"]
[tool.uv.sources]
retro-games = { path = "../../packages/retro", editable = true }
retro-gamer = { path = "../../packages/retro-gamer", editable = true }