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:
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user