Skip to content

Commit

Permalink
chore: update ndarray-lingalg
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Jan 13, 2025
1 parent 96a8cdd commit 22c2577
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ ndarray = { version = "0.16.1", features = [
"matrixmultiply-threading",
"blas",
] }
ndarray-linalg = { version = "0.16.0", features = ["openblas-static"] }
ndarray-linalg = { git = "https://github.com/rust-ndarray/ndarray-linalg.git", features = [
"openblas-static",
] }
ndarray-npy = "0.9.1"
ndarray-rand = "0.15.0"
ndarray-stats = "0.6.0"
Expand Down

0 comments on commit 22c2577

Please sign in to comment.