File tree Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Expand file tree Collapse file tree 2 files changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,7 @@ memoffset = "0.9.0"
17
17
pgrx = " =0.11.4"
18
18
rkyv = { version =" 0.7.42" , features =[" validation" ]}
19
19
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" ] }
24
20
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"
29
21
pgvectorscale_derive = { path = " pgvectorscale_derive" }
30
22
semver = " 1.0.22"
31
23
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ mod storage_common;
18
18
mod upgrade_test;
19
19
mod vacuum;
20
20
21
- extern crate blas_src;
22
-
23
21
pub mod distance;
24
22
#[ cfg( any( target_arch = "x86" , target_arch = "x86_64" ) ) ]
25
23
mod distance_x86;
You can’t perform that action at this time.
0 commit comments