Refactoring lab
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.4.0",
|
||||
"retro-gamer>=0.2.0",
|
||||
"retro-games>=2.5.0",
|
||||
"retro-gamer>=0.3.0",
|
||||
]
|
||||
|
||||
[build-system]
|
||||
@@ -13,4 +13,7 @@ requires = ["hatchling"]
|
||||
build-backend = "hatchling.build"
|
||||
|
||||
[tool.hatch.build.targets.wheel]
|
||||
packages = ["babysnake", "forager"]
|
||||
packages = ["games", "q_learning"]
|
||||
|
||||
[tool.uv.sources]
|
||||
retro-gamer = { path = "../../packages/retro-gamer", editable = true }
|
||||
|
||||
Reference in New Issue
Block a user