Skip to content

Commit 4834ced

Browse files
committed
Remove unused dependencies
Use cargo machete
1 parent be4ed3e commit 4834ced

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

pgvectorscale/Cargo.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,7 @@ memoffset = "0.9.0"
1717
pgrx = "=0.11.4"
1818
rkyv = { version="0.7.42", features=["validation"]}
1919
simdeez = {version = "1.0.8"}
20-
reductive = { version = "0.9.0"}
21-
ndarray = { version = "0.15.0", features = ["blas"] }
22-
blas-src = { version = "0.8", features = ["openblas"] }
23-
openblas-src = { version = "0.10", features = ["cblas", "system"] }
2420
rand = { version = "0.8", features = [ "small_rng" ] }
25-
rand_chacha = "0.3"
26-
rand_core = "0.6"
27-
rand_xorshift = "0.3"
28-
rayon = "1"
2921
pgvectorscale_derive = { path = "pgvectorscale_derive" }
3022
semver = "1.0.22"
3123

pgvectorscale/src/access_method/mod.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,6 @@ mod storage_common;
1818
mod upgrade_test;
1919
mod vacuum;
2020

21-
extern crate blas_src;
22-
2321
pub mod distance;
2422
#[cfg(any(target_arch = "x86", target_arch = "x86_64"))]
2523
mod distance_x86;

0 commit comments

Comments
 (0)