nalgebra-lapack: switch to simba instead of alga.
This commit is contained in:
parent
426b289871
commit
c9bedc80dd
|
@ -26,7 +26,7 @@ intel-mkl = ["lapack-src/intel-mkl"]
|
|||
nalgebra = { version = "0.20", path = ".." }
|
||||
num-traits = "0.2"
|
||||
num-complex = { version = "0.2", default-features = false }
|
||||
alga = { version = "0.9", default-features = false }
|
||||
simba = "0.1"
|
||||
serde = { version = "1.0", optional = true }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
lapack = { version = "0.16", default-features = false }
|
||||
|
|
Loading…
Reference in New Issue