We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 417bbed commit 573e318Copy full SHA for 573e318
Cargo.toml
@@ -32,7 +32,7 @@ path = "rust/main.rs"
32
serde = { version = "1.0", features = ["derive", "rc"] }
33
chrono = { version = "0.4", features = ["serde"] }
34
indexmap = { version = "2.7", features = ["serde"] }
35
-ndarray = { version = "0.16", features = ["serde"] }
+ndarray = { version = "0.17", features = ["serde"] }
36
internment = { version = "0.8", features = ["serde"] }
37
pyo3 = "0.27"
38
num-traits = "0.2"
0 commit comments