From 1620e6e37158ad9261df0f932dbbc949525e4ee1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 30 Sep 2025 20:35:21 +0000 Subject: [PATCH] Update bhtsne requirement from 0.4.0 to 0.5.4 --- updated-dependencies: - dependency-name: bhtsne dependency-version: 0.5.4 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- algorithms/linfa-tsne/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/algorithms/linfa-tsne/Cargo.toml b/algorithms/linfa-tsne/Cargo.toml index f65b740e8..5e5eab219 100644 --- a/algorithms/linfa-tsne/Cargo.toml +++ b/algorithms/linfa-tsne/Cargo.toml @@ -17,7 +17,7 @@ categories = ["algorithms", "mathematics", "science"] thiserror = "2.0" ndarray = { version = "0.16" } ndarray-rand = "0.15" -bhtsne = "0.4.0" +bhtsne = "0.5.4" pdqselect = "=0.1.0" linfa = { version = "0.8.0", path = "../.." }