Skip to content

Commit

Permalink
Remove ndarray dependency
Browse files Browse the repository at this point in the history
Although it's still used by sprs.
  • Loading branch information
hhirtz committed Jun 28, 2022
1 parent 03b4859 commit 0c996e0
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ autobenches = false
approx = "0.5"
itertools = "0.10"
nalgebra = { version = "0.29", default-features = false, features = ["rand", "std"] }
ndarray = "0.15"
num = "0.4"
rayon = "1.3"
tracing = { version = "0.1", default-features = false, features = ["std"] }
Expand Down

0 comments on commit 0c996e0

Please sign in to comment.