Skip to content

Commit

Permalink
Pinpoint ndarray-linalg to version 0.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bytesnake committed Feb 10, 2021
1 parent a4362fa commit cf3c611
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 @@ -36,7 +36,7 @@ blas = ["ndarray/blas"]
num-traits = "0.2"
rand = { version = "0.7", features = ["small_rng"] }
ndarray = { version = "0.13", default-features = false }
ndarray-linalg = { version = "0.12", optional = true }
ndarray-linalg = { version = "0.12.1", optional = true }

[dependencies.intel-mkl-src]
version = "0.6.0"
Expand Down

0 comments on commit cf3c611

Please sign in to comment.