Skip to content

Commit

Permalink
upgrade ndarray version
Browse files Browse the repository at this point in the history
  • Loading branch information
kylecarow committed Jan 14, 2025
1 parent 98eba11 commit 5602b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ codegen-units = 1 # optimize connection between modules

[workspace.dependencies]
anyhow = "1.0.57"
ndarray = { version = "0.15.4", features = ["serde"] }
ndarray = { version = "0.16.1", features = ["serde"] }
pyo3 = "0.23.3"
pyo3-log = "*"
serde = "1.0.143"
Expand Down

0 comments on commit 5602b0c

Please sign in to comment.