Skip to content

Commit

Permalink
chore: upgrade ndarray to 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
therustmonk committed Aug 7, 2024
1 parent 3dda47e commit a29f097
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 4 deletions.
30 changes: 27 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ itoap = { version = "1", features = ["simd"] }
memchr = "2.6"
memmap = { package = "memmap2", version = "0.7" }
multiversion = "0.7"
ndarray = { version = "0.15", default-features = false }
ndarray = { version = "0.16", default-features = false }
num-traits = "0.2"
object_store = { version = "0.10", default-features = false }
once_cell = "1"
Expand Down

0 comments on commit a29f097

Please sign in to comment.