Skip to content

Commit a4d17db

Browse files
committed
Use rand-extra
1 parent 1a0c602 commit a4d17db

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Cargo.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ openblas = ["blas/openblas", "lapack/openblas"]
1515
netlib = ["blas/netlib", "lapack/netlib"]
1616

1717
[dependencies]
18-
float-cmp = "0.2"
19-
num-traits = "0.1"
18+
float-cmp = "0.2"
19+
num-traits = "0.1"
2020
num-complex = "0.1"
2121
ndarray = { version = "0.9", default-features = false, features = ["blas"] }
2222
lapack = { version = "0.11", default-features = false }
2323
blas = { version = "0.15", default-features = false }
2424

2525
[dev-dependencies]
26-
ndarray-rand = "0.5"
27-
rand-extra = { git = "http://github.com/termoshtt/rust-rand-extra" }
26+
ndarray-rand = "0.5"
27+
rand-extra = "0.1"

0 commit comments

Comments
 (0)