Skip to content

Commit 622000d

Browse files
committed
Use rand feature of num-complex
1 parent 1417f39 commit 622000d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Cargo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,13 @@ serde-1 = ["ndarray/serde-1", "num-complex/serde"]
2323
[dependencies]
2424
lapacke = "0.2"
2525
num-traits = "0.2"
26-
rand = "0.6"
26+
rand = "0.5"
2727
cauchy = "0.2"
2828

2929
[dependencies.num-complex]
30-
version = "0.2"
30+
version = "0.2.1"
3131
default-features = false
32+
features = ["rand"]
3233

3334
[dependencies.ndarray]
3435
version = "0.12"

0 commit comments

Comments
 (0)