Rebase and update nalgebra version for nalgebra-sparse

This commit is contained in:
Andreas Longva 2021-01-25 17:40:50 +01:00
parent 7473d54d74
commit e7975ce09a
1 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ compare = [ "matrixcompare-core" ]
slow-tests = []
[dependencies]
nalgebra = { version="0.23", path = "../" }
nalgebra = { version="0.24", path = "../" }
num-traits = { version = "0.2", default-features = false }
proptest = { version = "0.10", optional = true }
matrixcompare-core = { version = "0.1.0", optional = true }
@ -20,7 +20,7 @@ matrixcompare-core = { version = "0.1.0", optional = true }
[dev-dependencies]
itertools = "0.9"
matrixcompare = { version = "0.2.0", features = [ "proptest-support" ] }
nalgebra = { version="0.23", path = "../", features = ["compare"] }
nalgebra = { version="0.24", path = "../", features = ["compare"] }
[package.metadata.docs.rs]
# Enable certain features when building docs for docs.rs