Skip to content

Commit ae9109d

Browse files
Update lax requirement from 0.17.0 to 0.18.0
Updates the requirements on [lax](https://github.com/rust-ndarray/ndarray-linalg) to permit the latest version. - [Release notes](https://github.com/rust-ndarray/ndarray-linalg/releases) - [Commits](rust-ndarray/ndarray-linalg@lax-v0.17.0...ndarray-linalg-v0.18.0) --- updated-dependencies: - dependency-name: lax dependency-version: 0.18.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5afd26c commit ae9109d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

algorithms/linfa-clustering/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ linfa-datasets = { version = "0.8.0", path = "../../datasets", features = [
5656
criterion = "0.5"
5757
serde_json = "1"
5858
approx = "0.5"
59-
lax = "=0.17.0"
59+
lax = "=0.18.0"
6060
linfa = { version = "0.8.0", path = "../..", features = ["benchmarks"] }
6161

6262
[[bench]]

0 commit comments

Comments
 (0)