Skip to content

Commit 01af8a7

Browse files
committed
Make ndarray dep dev-only
1 parent 18293d7 commit 01af8a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ itertools = "0.11.0"
2828
crossbeam = "0.8.2"
2929
thiserror = "1.0.40"
3030
rayon = "1.7.0"
31-
ndarray = "0.15.6"
3231
arrow2 = { version = "0.17.2", optional = true }
3332
rand_chacha = "0.3.1"
3433
anyhow = "1.0.71"
@@ -39,6 +38,7 @@ pretty_assertions = "1.3.0"
3938
criterion = "0.5.1"
4039
nix = "0.26.2"
4140
approx = "0.5.1"
41+
ndarray = "0.15.6"
4242

4343
[[bench]]
4444
name = "sample"

0 commit comments

Comments
 (0)