Skip to content

Commit

Permalink
chore: update ndarray-linalg
Browse files Browse the repository at this point in the history
  • Loading branch information
dancixx committed Jan 31, 2025
1 parent 7075e9d commit 3cbe7b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ndarray = { version = "0.16.1", features = [
"matrixmultiply-threading",
"blas",
] }
ndarray-linalg = { git = "https://github.com/rust-ndarray/ndarray-linalg.git", features = [
ndarray-linalg = { version = "0.17.0", features = [
"openblas-static",
] }
ndarray-npy = "0.9.1"
Expand Down

0 comments on commit 3cbe7b3

Please sign in to comment.