Skip to content

Commit 12e4b2b

Browse files
committed
Update cauchy 0.3.0 and others
1 parent 5d3a284 commit 12e4b2b

File tree

1 file changed

+10
-31
lines changed

1 file changed

+10
-31
lines changed

Cargo.toml

Lines changed: 10 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -23,36 +23,20 @@ static = ["openblas-static"]
2323
openblas-static = ["openblas", "openblas-src"]
2424

2525
[dependencies]
26-
lapacke = "0.2"
27-
num-traits = "0.2"
28-
rand = "0.7"
26+
cauchy = "0.3.0"
27+
num-traits = "0.2.12"
28+
rand = "0.7.3"
2929

30-
[dependencies.cauchy]
31-
git = "http://github.com/rust-math/cauchy"
32-
branch = "rand-0.7"
30+
blas-src = { version = "0.6.1", default-features = false }
31+
lapack-src = { version = "0.6.0", default-features = false }
32+
lapacke = "0.2.0"
33+
openblas-src = { version = "0.9.0", default-features = false, features = ["static"], optional = true }
3334

34-
[dependencies.ndarray]
35-
version = "0.13.0"
36-
features = ["blas"]
37-
default-features = false
38-
39-
[dependencies.blas-src]
40-
version = "0.6.1"
41-
default-features = false
42-
43-
[dependencies.lapack-src]
44-
version = "0.6.0"
45-
default-features = false
46-
47-
[dependencies.openblas-src]
48-
version = "0.9.0"
49-
default-features = false
50-
features = ["static"]
51-
optional = true
35+
ndarray = { version = "0.13.1", features = ["blas"], default-features = false }
5236

5337
[dev-dependencies]
54-
paste = "0.1.9"
55-
criterion = "0.3.1"
38+
paste = "0.1.17"
39+
criterion = "0.3.2"
5640

5741
[[bench]]
5842
name = "truncated_eig"
@@ -61,8 +45,3 @@ harness = false
6145
[[bench]]
6246
name = "eigh"
6347
harness = false
64-
65-
[patch.crates-io.num-complex]
66-
git = "http://github.com/termoshtt/num-complex"
67-
branch = "rand-0.7"
68-
features = ["serde", "rand"]

0 commit comments

Comments
 (0)