From 82dc2734d7c29f1fe9d55fceb940bf97af53fd05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Feb 2025 13:47:15 +0000 Subject: [PATCH] Update linfa-linalg requirement from 0.1.0 to 0.2.0 --- updated-dependencies: - dependency-name: linfa-linalg dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 626246ea..be81e014 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ serde_derive = "1.0.188" serde_json = "1.0.66" sobol_burley = "0.5.0" ndarray-stats = "0.5.1" -linfa-linalg = "0.1.0" +linfa-linalg = "0.2.0" tokio = { version = "1.32.0", features = ["sync", "rt"] } argmin = { version = "0.10.0", features = [] } argmin-math = { version = "0.4.0", features = ["ndarray_v0_15-nolinalg"] }