Skip to content

Commit c91862f

Browse files
committed
Upgrade ndarray-linalg dependencies
1 parent 62a1b3c commit c91862f

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

ndarray-linalg/Cargo.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,14 @@ intel-mkl-static = ["lax/intel-mkl-static"]
2929
intel-mkl-system = ["lax/intel-mkl-system"]
3030

3131
[dependencies]
32-
cauchy = "0.3.0"
33-
num-complex = "0.3.1"
34-
num-traits = "0.2.11"
35-
rand = "0.7.3"
36-
thiserror = "1.0.20"
32+
cauchy = "0.4.0"
33+
num-complex = "0.4.0"
34+
num-traits = "0.2.14"
35+
rand = "0.8.3"
36+
thiserror = "1.0.24"
3737

3838
[dependencies.ndarray]
39-
version = ">=0.14,<0.16"
39+
version = "0.15.1"
4040
features = ["blas", "approx", "std"]
4141
default-features = false
4242

@@ -46,10 +46,10 @@ path = "../lax"
4646
default-features = false
4747

4848
[dev-dependencies]
49-
paste = "1.0"
50-
criterion = "0.3"
49+
paste = "1.0.5"
50+
criterion = "0.3.4"
5151
# Keep the same version as ndarray's dependency!
52-
approx = { version = "0.4", features = ["num-complex"] }
52+
approx = { version = "0.4.0", features = ["num-complex"] }
5353

5454
[[bench]]
5555
name = "truncated_eig"

0 commit comments

Comments
 (0)