Skip to content

Commit 0c996e0

Browse files
committed
Remove ndarray dependency
Although it's still used by sprs.
1 parent 03b4859 commit 0c996e0

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ autobenches = false
3333
approx = "0.5"
3434
itertools = "0.10"
3535
nalgebra = { version = "0.29", default-features = false, features = ["rand", "std"] }
36-
ndarray = "0.15"
3736
num = "0.4"
3837
rayon = "1.3"
3938
tracing = { version = "0.1", default-features = false, features = ["std"] }

0 commit comments

Comments
 (0)