chore(devenv): pin cmake package (for burn-rl > sdl2)

This commit is contained in:
Henri Bourcereau 2026-02-07 08:49:24 +01:00
parent 012ccf8b42
commit 8f8e7f958b
5 changed files with 2012 additions and 1223 deletions

View file

@ -14,9 +14,9 @@ pretty_assertions = "1.4.0"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
store = { path = "../store" }
rand = "0.8"
rand = "0.9"
env_logger = "0.10"
burn = { version = "0.18", features = ["ndarray", "autodiff"] }
burn = { version = "0.20", features = ["ndarray", "autodiff"] }
burn-rl = { git = "https://github.com/yunjhongwu/burn-rl-examples.git", package = "burn-rl" }
log = "0.4.20"
confy = "1.0.0"