chore(refact): move training_common from bot to store crate
This commit is contained in:
parent
5d76cd4b43
commit
11b75eb34d
12 changed files with 38 additions and 39 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue