|
|
|
@@ -17,13 +17,13 @@ python = ["pyo3"] |
|
|
|
dora-node-api = { workspace = true, features = ["tracing"] } |
|
|
|
eyre = "0.6.8" |
|
|
|
tokio = { version = "1.24.2", features = ["rt"] } |
|
|
|
rerun = { version = "0.19.0", features = ["web_viewer", "image"] } |
|
|
|
rerun = { version = "0.21.0", features = ["web_viewer", "image"] } |
|
|
|
ndarray = "0.15.6" |
|
|
|
k = "0.32" |
|
|
|
pyo3 = { workspace = true, features = [ |
|
|
|
"extension-module", |
|
|
|
"abi3", |
|
|
|
"eyre" |
|
|
|
"eyre", |
|
|
|
], optional = true } |
|
|
|
bytemuck = "1.20.0" |
|
|
|
|
|
|
|
|