We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f92204 commit ca4eb39Copy full SHA for ca4eb39
1 file changed
py-forust/Cargo.toml
@@ -10,7 +10,7 @@ crate-type = ["cdylib"]
10
11
[dependencies]
12
pyo3 = { version = "0.28", features = ["extension-module"] }
13
-forust-ml = { version = "0.5.0", path = "../" }
+forust-ml = { version = "0.6.0-rc.1", path = "../" }
14
numpy = "0.28"
15
ndarray = "0.17"
16
serde_plain = { version = "1.0" }
0 commit comments