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"]
2929intel-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 "
4040features = [" blas" , " approx" , " std" ]
4141default-features = false
4242
@@ -46,10 +46,10 @@ path = "../lax"
4646default-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 ]]
5555name = " truncated_eig"
You can’t perform that action at this time.
0 commit comments