Skip to content

Commit

Permalink
Update to ndarray 0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-k committed Aug 31, 2024
1 parent 6f63a29 commit 2478cbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ exclude = [
]

[dependencies]
ndarray = { version = "0.15", features = ["approx"] }
ndarray = { version = "0.16", features = ["approx"] }
num = "0.4"
ndarray-rand = "0.14"
ndarray-rand = "0.15"
rand = "0.8.3"
rand_xorshift = "0.3.0"

Expand Down

0 comments on commit 2478cbf

Please sign in to comment.