chore(refact): move training_common from bot to store crate

This commit is contained in:
Henri Bourcereau 2026-02-08 18:19:42 +01:00
parent 5d76cd4b43
commit 11b75eb34d
12 changed files with 38 additions and 39 deletions

View file

@ -18,6 +18,6 @@ log = "0.4.20"
merge = "0.1.0"
# generate python lib (with maturin) to be used in AI training
pyo3 = { version = "0.23", features = ["extension-module", "abi3-py38"] }
rand = "0.8.5"
rand = "0.9"
serde = { version = "1.0", features = ["derive"] }
transpose = "0.2.2"