nalgebra-lapack: switch to simba instead of alga.

This commit is contained in:
sebcrozet 2020-04-05 17:13:55 +02:00
parent 426b289871
commit c9bedc80dd
1 changed files with 1 additions and 1 deletions

View File

@ -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 }