File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -29,14 +29,14 @@ intel-mkl-static = ["lax/intel-mkl-static"]
29
29
intel-mkl-system = [" lax/intel-mkl-system" ]
30
30
31
31
[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 "
37
37
38
38
[dependencies .ndarray ]
39
- version = " >=0.14,<0.16 "
39
+ version = " 0.15.1 "
40
40
features = [" blas" , " approx" , " std" ]
41
41
default-features = false
42
42
@@ -46,10 +46,10 @@ path = "../lax"
46
46
default-features = false
47
47
48
48
[dev-dependencies ]
49
- paste = " 1.0"
50
- criterion = " 0.3"
49
+ paste = " 1.0.5 "
50
+ criterion = " 0.3.4 "
51
51
# 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" ] }
53
53
54
54
[[bench ]]
55
55
name = " truncated_eig"
You can’t perform that action at this time.
0 commit comments