We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c62ff0c + 598e246 commit 8614c16Copy full SHA for 8614c16
lax/Cargo.toml
@@ -29,7 +29,7 @@ intel-mkl-static = ["intel-mkl-src/mkl-static-lp64-seq"]
29
intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
30
31
[dependencies]
32
-thiserror = "1.0.24"
+thiserror = "2.0.0"
33
cauchy = "0.4.0"
34
num-traits = "0.2.14"
35
lapack-sys = "0.14.0"
ndarray-linalg/Cargo.toml
@@ -35,7 +35,7 @@ katexit = "0.1.2"
num-complex = "0.4.0"
36
37
rand = "0.8.3"
38
39
40
[dependencies.ndarray]
41
version = "0.16.0"
0 commit comments