We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24bef8f commit 838bd9aCopy full SHA for 838bd9a
lax/Cargo.toml
@@ -22,7 +22,7 @@ intel-mkl-system = ["intel-mkl-src/mkl-dynamic-lp64-seq"]
22
23
[dependencies]
24
thiserror = "1.0"
25
-cauchy = "0.2.0"
+cauchy = "0.3.0"
26
num-traits = "0.2"
27
lapack = "0.16.0"
28
ndarray-linalg/Cargo.toml
@@ -29,10 +29,10 @@ intel-mkl-static = ["lax/intel-mkl-static"]
29
intel-mkl-system = ["lax/intel-mkl-system"]
30
31
32
-cauchy = "0.2.2"
33
-num-complex = "0.2.4"
+num-complex = "0.3.1"
34
num-traits = "0.2.11"
35
-rand = "0.5"
+rand = "0.7.3"
36
thiserror = "1.0.20"
37
38
[dependencies.ndarray]
0 commit comments