We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a0c602 commit a4d17dbCopy full SHA for a4d17db
Cargo.toml
@@ -15,13 +15,13 @@ openblas = ["blas/openblas", "lapack/openblas"]
15
netlib = ["blas/netlib", "lapack/netlib"]
16
17
[dependencies]
18
-float-cmp = "0.2"
19
-num-traits = "0.1"
+float-cmp = "0.2"
+num-traits = "0.1"
20
num-complex = "0.1"
21
ndarray = { version = "0.9", default-features = false, features = ["blas"] }
22
lapack = { version = "0.11", default-features = false }
23
blas = { version = "0.15", default-features = false }
24
25
[dev-dependencies]
26
-ndarray-rand = "0.5"
27
-rand-extra = { git = "http://github.com/termoshtt/rust-rand-extra" }
+ndarray-rand = "0.5"
+rand-extra = "0.1"
0 commit comments