diff --git a/ext/clusterkit/Cargo.toml b/ext/clusterkit/Cargo.toml index 4600724..7d17830 100644 --- a/ext/clusterkit/Cargo.toml +++ b/ext/clusterkit/Cargo.toml @@ -7,8 +7,7 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -magnus = { version = "0.8", features = ["embed"] } -annembed = { git = "https://github.com/scientist-labs/annembed", tag = "clusterkit-0.2.6" } +magnus = "0.8"annembed = { git = "https://github.com/scientist-labs/annembed", tag = "clusterkit-0.2.6" } hnsw_rs = { git = "https://github.com/scientist-labs/hnswlib-rs", tag = "clusterkit-0.1.0" } hdbscan = "0.11" ndarray = "0.16"