Skip to content

Commit

Permalink
Update linfa-linalg requirement from 0.1 to 0.2
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: linfa-linalg
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 2, 2024
1 parent 062cd28 commit 62c92fc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ego/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ egobox-moe = { version = "0.21.1", path = "../moe", features = [

linfa = { version = "0.7", default-features = false }
linfa-pls = { version = "0.7", default-features = false }
linfa-linalg = { version = "0.1", default-features = false }
linfa-linalg = { version = "0.2", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion gp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ egobox-doe = { version = "0.21.1", path = "../doe" }

linfa = { version = "0.7", default-features = false }
linfa-pls = { version = "0.7", default-features = false }
linfa-linalg = { version = "0.1", default-features = false }
linfa-linalg = { version = "0.2", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion moe/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ egobox-gp = { version = "0.21.1", path = "../gp" }
linfa = { version = "0.7", default-features = false }
linfa-clustering = { version = "0.7", default-features = false }
linfa-pls = { version = "0.7", default-features = false }
linfa-linalg = { version = "0.1", default-features = false }
linfa-linalg = { version = "0.2", default-features = false }

ndarray = { version = "0.15", features = ["rayon", "approx"] }
ndarray-linalg = { version = "0.15", optional = true }
Expand Down

0 comments on commit 62c92fc

Please sign in to comment.