Revert dependencies bump for nalgebra-lapack because lapack needs to be updated first.

This commit is contained in:
Crozet Sébastien 2020-10-25 15:25:13 +01:00
parent 3b723d7b9c
commit ee05a8f4d9
1 changed files with 6 additions and 6 deletions

View File

@ -23,18 +23,18 @@ accelerate = ["lapack-src/accelerate"]
intel-mkl = ["lapack-src/intel-mkl"]
[dependencies]
nalgebra = { version = "0.22", path = ".." }
nalgebra = { version = "0.22" } # , path = ".." }
num-traits = "0.2"
num-complex = { version = "0.3", default-features = false }
simba = "0.3"
num-complex = { version = "0.2", default-features = false }
simba = "0.2"
serde = { version = "1.0", optional = true }
serde_derive = { version = "1.0", optional = true }
lapack = { version = "0.16", default-features = false }
lapack-src = { version = "0.6", default-features = false }
lapack-src = { version = "0.5", default-features = false }
# clippy = "*"
[dev-dependencies]
nalgebra = { version = "0.22", path = "..", features = [ "arbitrary" ] }
nalgebra = { version = "0.22", features = [ "arbitrary" ] } # path = ".." }
quickcheck = "0.9"
approx = "0.4"
approx = "0.3"
rand = "0.7"