Skip to content

Commit 17f87f5

Browse files
authored
add sklearn-ann and annoy deps
1 parent 8709941 commit 17f87f5

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ dependencies = [
2424
"igraph", #==0.10.4
2525
"leidenalg",
2626
"nmslib", #==2.1.1
27+
"annoy>=1.17.0,<2.0.0",
28+
#"scikit-learn>=0.24.0",
29+
"sklearn-ann",
2730
"numpy<=1.26.4", #>=1.22
2831
"pandas", #==1.5.3
2932
"zarr",

0 commit comments

Comments
 (0)