We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838bd9a commit 356e2abCopy full SHA for 356e2ab
lax/Cargo.toml
@@ -24,7 +24,7 @@ intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
24
thiserror = "1.0"
25
cauchy = "0.3.0"
26
num-traits = "0.2"
27
-lapack = "0.16.0"
+lapack = { version = "0.17.0", git = "http://github.com/blas-lapack-rs/lapack" }
28
29
[dependencies.intel-mkl-src]
30
version = "0.6.0"
0 commit comments